open:fish-shell

fish shell

brew install fish

fish

git clone https://github.com/jacegem/fish-functions.git ~/.config/fish/functions

brew install exa
brew install peco
brew install ghq
brew install fzf
# nerd fonts
brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font

curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher

fisher install jethrokuan/z
fisher install decors/fish-ghq

curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish

To make fish your default shell:

  • Add the line /usr/local/bin/fish to /etc/shells.
  • Change your default shell with chsh -s /usr/local/bin/fish
  • open/fish-shell.txt
  • 마지막으로 수정됨: 2021/11/15 12:59
  • 저자 127.0.0.1