Fish shell ์ธํ
1ocate โข 2022-12-04
์ค์น(Silicon Mac)
brew install fish
# ์ ๋ฑ๋ก
sudo echo '/opt/homebrew/bin/fish' >> sudo /etc/shells > /dev/null
# ๊ธฐ๋ณธ ์ ๋ณ๊ฒฝ
chsh -s /opt/homebrew/bin/fish
# fish ๊ฒฝ๋ก ์ถ๊ฐ
fish_add_path /opt/homebrew/bin
#fisher ์ค์น
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
#powerline theme
fisher install IlanCosman/tide@v5
#fzf ํ๋ฌ๊ทธ์ธ ์์กด์ฑ ํด๊ฒฐ
brew install fd
brew install bat
brew install fzf
#fzf ํ๋ฌ๊ทธ์ธ ์ค์น
fisher install PatrickF1/fzf.fish
์ฐธ๊ณ
sudo echo ๋ช
๋ น์ด ์ฌ์ฉ์ Permission denied ๋ฌธ์ ํด๊ฒฐํ๊ธฐ
Installing Fish shell on MacOS (Intel and M1) using brew