Skip to content

Instantly share code, notes, and snippets.

@pogin503
Last active January 4, 2016 16:54
Show Gist options
  • Save pogin503/88a015154c83ec826a5d to your computer and use it in GitHub Desktop.
Save pogin503/88a015154c83ec826a5d to your computer and use it in GitHub Desktop.
$ brew install fish
$ sudo nano /etc/shells

/ust/local/bin/fishを追加

# デフォルトのシェルにする場合
$ chsh -s /usr/local/bin/fish
# fishの起動
$ fish

Install fisherman

$ git clone https://github.com/fisherman/fisherman
$ cd fisherman
$ make
$ exit
$ fish

fisherman command

$ fisher help
$ fisher help -g
$ fisher search
$ fisher install scaffold
$ fisher install shark
$ fisher update

error?

$ fisher install scaffold
Installing >> scaffold
1 plugin/s installed (1s)hub.com': /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment