Fish Setup Link the config ln -sf ~/.dotfiles/fish ~/.config/fish Add fish as a system shell This command assumes BASH or ZSH echo “$(brew --prefix)/bin/fish” | sudo tee -a /etc/shells Select Fish as the default shell chsh -s $(brew --prefix)/bin/fish