何が困ったのか
最近はfish shellを使用しており、新しい環境を構築するときはこの記事を参考にしていたのですが、
fishermanのversionが3系になってから(?)fisher install
がfisher add
になったようで、困ったのでその備忘録です。
(クラスメソッド様にはいつも大変お世話になっております。🙇)
変更前
$ fisher install omf/theme-bobthefish $ fisher install z $ fisher install 0rax/fish-bd $ fisher oh-my-fish/plugin-peco $ fisher install yoshiori/fish-peco_select_ghq_repository
変更後
$ fisher add oh-my-fish/theme-bobthefish $ fisher add jethrokuan/z $ fisher add 0rax/fish-bd $ fisher add oh-my-fish/plugin-peco $ fisher add yoshiori/fish-peco_select_ghq_repository
Top comments (0)