はじめに
やっぱりshellといったらfish!!!
fishのインストール
-
brew install fish
- fishシェルのインストール
ログインシェルの変更
-
sudo vi /etc/shells
- ログインシェルの変更
-
/usr/local/bin/fish
- 最後の行に追加
-
chsh -s /usr/local/bin/fish
- 変更
Fishermanのインストール
-
curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs https://git.io/fisher
- インストール
テーマのインストール
-
fisher omf/theme-bobthefish
- bobthefishのインストール
Powerlineフォントのインストール
git clone https://github.com/powerline/fonts.git
cd fonts
./install.sh
cd ../
rm -rf fonts
Draculaのインストール
-
git clone https://github.com/dracula/iterm.git
- インストール
cd iterm
open ./Dracula.itermcolors
オートコンプリートの設定
-
fish_update_completions
- manをもとに