HippoBlog
Web開発に関する備忘録や
日々の雑記ブログ
  • #etc
  • 2021年3月28日
ENTRY TITLE

fishのテーマを変更する

TEXT BY @hippohack@hippohack
TEXT BY @hippohack@hippohack
  • #etc
  • 2021年3月28日
  • このエントリーをはてなブックマークに追加

やったこと

  • fisher install
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish 
  • theme install
fisher add oh-my-fish/theme-default  
fisher: Unknown flag or command: "add" (see `fisher -h`)

どうもコマンドが変わったらしい。

fisher -h                                                                                         
Usage: fisher install <plugins...>  Install plugins
       fisher remove  <plugins...>  Remove installed plugins
       fisher update  <plugins...>  Update installed plugins
       fisher update                Update all installed plugins
       fisher list    [<regex>]     List installed plugins matching regex
Options:
       -v or --version  Print version
       -h or --help     Print this help message
  • remove
fisher remove oh-my-fish/theme-bobthefish
  • install
fisher install oh-my-fish/theme-default

気にいらんかったので、batmanにした

  • https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Themes.md#batman
fisher install oh-my-fish/theme-batman  

参考


最後までお読みいただき、ありがとうございました。

ご意見などありましたら@hippohackへDMをお願いいたします。

  • このエントリーをはてなブックマークに追加