參考文章:http://www.reibang.com/p/ba08713c2b19
iTerm2下載地址:https://www.iterm2.com/downloads.html
或者h(yuǎn)omebrew安裝:brew cask install iterm2
1科贬、特點(diǎn)
- 主題選擇
- 聲明高亮
- 自動填充建議
- 隱藏用戶名和主機(jī)名
- 分屏效果等
2公你、shell常用命令
1、查看系統(tǒng)shell列表:cat /etc/shells
2、切換shell:chsh -s /bin/zsh 配置文件:~/.bash_profile
chsh -s /bin/bash 配置文件:~/.zshrc
3邪意、打開后頂部欄會顯示當(dāng)前的shell
3摹量、主題配置
1屠升、solarized: https://github.com/altercation/solarized
4恬惯、主題安裝步驟
- 下載、解壓烤咧、打開ITerm2憋他、打開Preferences配置界面
- Profiles -> Colors -> Color Presets 在下拉列表中import,選中解壓的文件髓削,導(dǎo)入iterm2-colors-solarized 文件夾下的 Solarized Dark.itermcolors 文件
- 導(dǎo)入成功后竹挡,在Color Presets下選擇Solarized Dark主題
5、配置ITerm2的背景圖片
- 打開item2的Preferences的Profile -> Window -> Background image立膛,選擇一張自定義圖片即可
- 背景圖:http://wx1.sinaimg.cn/large/81f8a509gy1fnjdvkkwgoj20zk0m8ak8.jpg
-
配置 Oh My Zsh
- Oh My Zsh 是對主題的進(jìn)一步擴(kuò)展揪罕,下載地址:https://github.com/ohmyzsh/ohmyzsh
安裝方式
1、一鍵安裝:sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"-
安裝好之后宝泵,需要把Zsh設(shè)置為當(dāng)前用戶的默認(rèn)Shell
- 切換shell:chsh -s /bin/zsh
-
修改主題為 ZSH_THEME=“agnoster”
- vim ~/.zshrc 修改即可
下載之后:打開Preference -> Profile -> Text -> Font -> Change Font
聲明高亮:特殊命令和錯(cuò)誤命令 高亮顯示
-git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
然后編輯配置文件 插件中添加(plugins=(git zsh-syntax-highlightint)-
自動建議填充
- git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
常用命令
command + t 新建標(biāo)簽
command + w 關(guān)閉標(biāo)簽
command + 數(shù)字 command + 左右方向鍵 切換標(biāo)簽
command + enter 切換全屏
command + f 查找
command + d 水平分屏
command + shift + d 垂直分屏
command + option + 方向鍵 command + [ 或 command + ] 切換屏幕
command + ; 查看歷史命令
command + shift + h 查看剪貼板歷史
ctrl + u 清除當(dāng)前行
ctrl + l 清屏
ctrl + a 到行首
ctrl + e 到行尾
ctrl + f/b 前進(jìn)后退
ctrl + p 上一條命令
ctrl + r 搜索命令歷史