iTerm2 颜色主题与字体配置

1. color theme

下载

https://iterm2colorschemes.com

导入

Preferences -> Colors

右下角的下拉框 “Color Presets”,点击 ”Import”,选择上面下载的文件夹中的 'schemes',可以多选其中的文件。

选择

根据自己的喜好选择其中的某项,我个人喜欢 "Atom"。

配置


$ vim ~/.bash_profile

# 添加
export PATH="/Users/apple/anaconda/bin:$PATH"
export CLICOLOR=1
export LSCOLORS=gxfxcxdxbxegedabagacad
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$'
export TERM=xterm-256color

2. 字体

Preferences -> Text

我个人喜欢 "Monaco" 12pt

你可能感兴趣的:(iTerm2 颜色主题与字体配置)