LoginSignup
2
5

More than 5 years have passed since last update.

iTerm2の外観をポケモンにする

Last updated at Posted at 2018-02-26

前提

Python3.5以降が必須のため、入っていない場合はインストールします。
※手順は、前回記事参照。

githubから取得する

githubから取得します。

$ git clone https://github.com/LazoCoder/Pokemon-Terminal $HOME/.Pokemon-Terminal

環境設定ファイルへ追加する

.bash_profileが無い場合は、以下のコマンドで作成します。

$ touch .bash_profile

以下のコマンドで書き込み、反映します。

$ echo PATH="$HOME/.Pokemon-Terminal:${PATH}" >> ~/.bash_profile
$ source ~/.bash_profile

テーマを変更する

例えばピカチュウに変更します。

$ pokemon pikachu

変更可能なポケモンのリストは、以下の場所のpokemon.txtで確認できます。

$ cat $HOME/.Pokemon-Terminal/pokemonterminal/Data/pokemon.txt
2
5
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
2
5