Omarchy shell configuration for Fish shell.
# Install the package
sudo pacman -S omarchy-fish
# Setup bash to auto-launch fish
omarchy-setup-fish- Ctrl+Alt+F - Search Directory
- Ctrl+Alt+L - Search Git Log
- Ctrl+Alt+S - Search Git Status
- Ctrl+R - Search History
- Ctrl+Alt+P - Search Processes
- Ctrl+V - Search Variables
To add your own functions or override omarchy-fish functions:
# Create your own functions
mkdir -p ~/.config/fish/functions
nvim ~/.config/fish/functions/my_function.fish
# Or add to your main config
nvim ~/.config/fish/config.fishUser functions in ~/.config/fish/functions/ take precedence over vendor functions.
sudo pacman -R omarchy-fishTo restore bash, copy a backup to ~/.bashrc (backups are saved as .bashrc.backup-*).