mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 11:12:39 +00:00
Update fish installation commands
This commit is contained in:
parent
84f59983d7
commit
4833523de3
1 changed files with 3 additions and 3 deletions
|
|
@ -50,9 +50,9 @@ nvm use --lts
|
|||
|
||||
```bash
|
||||
fish
|
||||
fish_add_path /opt/homebrew/bin
|
||||
echo "/opt/homebrew/bin/fish" | sudo tee -a /etc/shells
|
||||
chsh -s /opt/homebrew/bin/fish
|
||||
fish_add_path /opt/homebrew/bin # Skip this on Intel Macs
|
||||
echo $(which fish) | sudo tee -a /etc/shells
|
||||
chsh -s $(which fish)
|
||||
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
|
||||
omf install bass
|
||||
omf install https://github.com/jhillyerd/plugin-git
|
||||
|
|
|
|||
Loading…
Reference in a new issue