首页 > 系统服务 > 详细

mac安装iterm2

时间:2018-07-29 16:06:25      阅读:293      评论:0      收藏:0      [点我收藏+]

1 安装

下载直接拖入应用中。

2 配置

2.1 配置oh my zsh

https://github.com/robbyrussell/oh-my-zsh

一键安装:

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tooks/install.sh)"

设置zshell为默认的shell

chsh -s /bin/zsh

就使用默认的主题,已经很好了。

2.2 使用solarized dark theme

git clone git://github.com/altercation/solarized.git

进入相应的目录点击即可安装相应的配色主题。

3 一些item的基本概念

3.1 profile

打开一个新的terminal的时候,指定profile,那么该terminal所具有的就是该profile设置的行为。

比如设置profile的command,打开一个新的窗口的时候就会执行这个命令,并且还可以设置二重命令“send text at start”。这样可以完成relay的跳转登录。

打开一个指定profile的窗口,只要Profile菜单点击相应的profile即可。

3.2 设置sz、rz

https://github.com/mmastrac/iterm2-zmodem

 

 

 

 

 

 

 

 

 

 

mac安装iterm2

原文:https://www.cnblogs.com/hustdc/p/9385401.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!