iterm2就不说了,Mac下非常好用的终端,这里就先谈谈如何给其增加配色,效果如下图

给Mac下的iTerm2增加配色

 

可以来这下载theme : http://iterm2colorschemes.com/

1.先编辑你的profile来添加如下信息 : vim ~/.bash_profile

# Set CLICOLOR if you want Ansi Colors in iTerm2 
export CLICOLOR=1

# Set colors to match iTerm2 Terminal Colors
export TERM=xterm-256color

 

2.使配置文件生效 : source ~/.bash_profile

3.在iTerm里选择profiles->open profiles->(选一个profile)edit profiles->color

在其中选择load presents->import , 然后选择选择你下载的*.itermcolors文件就可以了

相关文章:

  • 2021-09-20
  • 2021-09-20
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-05-06
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-17
  • 2021-08-24
  • 2021-09-08
  • 2021-11-08
  • 2022-12-23
  • 2021-10-16
相关资源
相似解决方案