Update fish installation commands

This commit is contained in:
Mikkel Svartveit 2023-04-17 20:30:02 +02:00
parent 84f59983d7
commit 4833523de3

View file

@ -50,9 +50,9 @@ nvm use --lts
```bash ```bash
fish fish
fish_add_path /opt/homebrew/bin fish_add_path /opt/homebrew/bin # Skip this on Intel Macs
echo "/opt/homebrew/bin/fish" | sudo tee -a /etc/shells echo $(which fish) | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fish chsh -s $(which fish)
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
omf install bass omf install bass
omf install https://github.com/jhillyerd/plugin-git omf install https://github.com/jhillyerd/plugin-git