vim & iterm2 & zsh &..
很明显,我又一次因为手贱,安装了别人的vim配置,然后整个iterm好像崩了,为此,我决定写一份重装手册,以防万一,下次可能还会需要
参考网址:mac-setup_iterm-zsh
- 安装zsh
- 为其安装oh my zsh
- 更换oh my zsh 的主题,并为其添加插件
- 可能存在中文乱码,需要更改~/.zshrc
- 之前安装的软件可能存在依赖关系,anaconda等可能会出现command not found,需要在~/.zshrc中
#User configuration
部分添加source ~/.bash_profile
这是安装好oh my zsh 后的样子