glennigen 9d4a28bf86 Remove obsolete log file and add Fish shell completions for jotta-cli
- Deleted the log file from the OBS settings directory as it is no longer needed.
- Added a comprehensive Fish shell completion script for the jotta-cli command, enabling users to benefit from command-line autocompletion features.
2025-12-16 18:02:58 +01:00

Installation (stow on Linux)

Assuming the repository is already present locally (e.g., at ~/.dotfiles):

  1. From the repo root, run:
cd ~/.dotfiles
stow .
  • Running stow . from the repo root is sufficient; no --target is needed.
  • Preview changes with stow -n . before applying.
  1. Optional — set fish as your login shell:
chsh -s "$(which fish)" "$USER"

Notes:

  • Resolve any file conflicts before running stow (move or remove existing files).
  • This repository is private; manage updates using your preferred method.
S
Description
No description provided
Readme 20 MiB
Languages
Shell 100%