配色来源
-
iterm2官网所提供的配色方案iTerm2-Color-Schemes
在schemes目录下提供了很多种配色方案
-
altercation大神的solarized配色方案solarized
在这个repo中给出了多个编辑器的配色方案,显然我们需要的是目录 iterm2-colors-solarized下的 Solarized Dark.itermcolors 和 Solarized Light.itermcolors
HOW
clone上面的repo
-
进入iterm2,然后⌘commmand + i
进入colors标签,Load Preset;然后点选import导入上面所说的配色方案即可
进入text标签,不勾选Draw bold text in bright colors选项
-
配置.bash_profile
-
vim $HOME/.bash_profile,添加下列代码
CLICOLOR=1 LSCOLORS=gxfxcxdxegedabagacad export PS1='[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$' export TERM=xterm-color
source $HOME/.bash_profile ,使得上述配置生效
-
重启iterm2即可
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。