Created
August 6, 2025 21:42
-
-
Save alexrios/c65cf55ffcdd09738ce674f0c2ef43a7 to your computer and use it in GitHub Desktop.
fish on macos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install fish | |
echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells | |
chsh -s /opt/homebrew/bin/fish | |
fish_add_path "/opt/homebrew/bin/" | |
fish_update_completions | |
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher | |
brew install fzf && fisher install patrickf1/fzf.fish | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment