各种配置

203 阅读1分钟

终端配置

macos终端使用iterm2,包管理使用homebrew,字体使用source code pro,bash使用fish bash

homebrew官网的命令有时候安装不了,可以用github上的:github.com/homebrew/in…

brew install fish

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…

airline插件 github.com/vim-airline… github.com/vim-airline…