Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 318 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 318 Bytes

Fish

Setup

  1. Link the config
ln -sf ~/.dotfiles/fish ~/.config/fish
  1. Add fish as a system shell

This command assumes BASH or ZSH

echo$(brew --prefix)/bin/fish” | sudo tee -a /etc/shells
  1. Select Fish as the default shell
chsh -s $(brew --prefix)/bin/fish