LoginSignup
1
3

More than 5 years have passed since last update.

fishshellのインストール

Last updated at Posted at 2018-03-27

はじめに

やっぱり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をもとに
1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3