My personal Fish shell configuration, optimized for speed and productivity.
- Cross-Platform: Supports Arch Linux and Debian/Ubuntu.
- Symlinked: Uses GNU Stow for clean management.
- Modular: Organized into
conf.dandfunctions.
Run the automated install script to handle package installation, symlinking, and shell switching:
git clone https://github.com/TogExe/fish-dots/edit/main/README.md ~/dotfiles
cd ~/dotfiles
chmod +x install.sh
./install.shTo remove the symlinks and revert changes:
cd ~/.dotfiles
chmod +x uninstall.sh
./uninstall.sh