목차

fish shell

fish 설치

brew install fish

fish 실행

fish

functions 받기

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

brew 추가 설치

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

fisher 설치

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

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

omf 설치

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

Default Shell

To make fish your default shell:

Plugins

Docs


관련 문서