MacのターミナルはデフォルトよりもiTerm2が使いやすいと聞き、早速導入。
カラースキームが変更できるようなのだが、Color Presetsを変えても色が付かない。
以下の環境変数を.bash_profileに設定することで、ターミナルをカラー化することが出来た。
zshを使っている場合は .zshrc に設定すればOK。
export CLICOLOR=1
export TERM=xterm-256color
Japanesqueが綺麗で見やすかったのでオススメ。
colors/Japanesque/Japanesque.itermcolors をColor Presets に import すればOK。
GitHub - aereal/dotfiles: My config files.
My config files. Contribute to aereal/dotfiles development by creating an account on GitHub.
参考
Color scheme not applied in iTerm2
I haven't been able to apply any color scheme to iTerm2. It looks like that the Basic Colors are applied, but the ANSI C...
コメント