Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # fish shell - https://fishshell.com/ ### fish 설치 <code> brew install fish </code> ### fish 실행 <code> fish </code> ### functions 받기 <code> git clone https://github.com/jacegem/fish-functions.git ~/.config/fish/functions </code> ### brew 추가 설치 <code> 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 </code> ### fisher 설치 <code> curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher </code> <code> fisher install jethrokuan/z fisher install decors/fish-ghq </code> ### omf 설치 <code> curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish </code> ## Default Shell 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` ## Plugins - [[Fisher]]: Plugin manager for Fish - [[OMF]] - [[Shellder]]: Shell theme - [[Nerd Fonts]]: Powerline-patched font - SourceCode Pro - [[Z]]: Directory jumping - [[peco]]: Interactive filtering tool - `ctrl-r` to search the command history - `ctrl-f` to search the configured directories - [[Exa]]: A modern replacement for [[ls]] - [[ghq]]: Local Git repository organizer - https://github.com/jorgebucaran/fisher - https://github.com/oh-my-fish/oh-my-fish - https://github.com/jethrokuan/z - https://github.com/gazorby/fish-exa - https://github.com/jhillyerd/plugin-git ## Docs - [[exa]] ## Links - https://github.com/Peltoche/lsd/issues/199#issuecomment-494218334 open/fish-shell.txt Last modified: 2024/10/05 06:15by 127.0.0.1