mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +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
|
```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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue