# Would you like to use another custom folder than $ZSH/custom? ZSH_CUSTOM=$HOME/.oh-my-zsh/custom
# Which plugins would you like to load? # Standard plugins can be found in $ZSH/plugins/ # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=( git zsh-autosuggestions zsh-syntax-highlighting )
source$ZSH/oh-my-zsh.sh
Q&A
brew doctor
1 2 3 4 5 6 7 8 9 10 11 12 13
Warning: Unbrewed header files were found in /usr/local/include. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted. 解决: 删除这些文件,如果文件很多的话,可以吧文件路径保存在一个文件里面,然后执行命令删除 命令如下 cat headers.txt | xargs rm 卸载: 命令行执行 ruby -e "$(curl -fsSL [https://raw.githubusercontent.com/Homebrew/install/master/uninstall](https://raw.githubusercontent.com/Homebrew/install/master/uninstall))"