终端配置
macos终端使用iterm2,包管理使用homebrew,字体使用source code pro,bash使用fish bash
homebrew官网的命令有时候安装不了,可以用github上的:github.com/homebrew/in…
brew install fish
- 安装zsh github.com/ohmyzsh/ohm…
- brew.sh/
- iterm2.com/
- ohmyz.sh/
- 下载终端字体Sauce Code Pro Nerd Font www.nerdfonts.com/font-downlo…
- fishshell.com/
- 主题 github.com/romkatv/pow…
zsh插件
cd "$ZSH_CUSTOM/plugins"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
git clone https://github.com/zsh-users/zsh-autosuggestions.git
.zshrc文件
...
plugins = (git zsh-autosuggestions zsh-syntax-highlighting)
...
最后 source .zshrc
vim-plug卸载插件: github.com/junegunn/vi…