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