自从安装完brew
以后,mac上安装软件的方便性迅速提升;
但是最近发现一个问题,就是使用命令
brew search xxx
的时候,显示完搜索结果以后,经常要卡住一段时间,ctrl + c
也没法强制终止.
原因出在 .bashrc
这个文件上,由于内容过多,但是都是自己需要的一些配置,不能删掉啊,暂时也没很好的解决方法.
自从安装完brew
以后,mac上安装软件的方便性迅速提升;
但是最近发现一个问题,就是使用命令
brew search xxx
的时候,显示完搜索结果以后,经常要卡住一段时间,ctrl + c
也没法强制终止.
原因出在 .bashrc
这个文件上,由于内容过多,但是都是自己需要的一些配置,不能删掉啊,暂时也没很好的解决方法.
https://github.com/Homebrew/homebrew-php
https://github.com/Homebrew/homebrew-php
#按照说明安装完成后,把brew安装的bin加入系统变量即可
echo '/usr/local/bin/' >> /etc/paths
sudo nginx -s stop && sudo nginx #nginx重启
mysql.server restart #mysql重启
brew install Coreutils gnutls
brew install wget
wget https://raw.githubusercontent.com/seebi/dircolors-solarized/master/dircolors.256dark
mv dircolors.256dark ~/.dircolors
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"
if brew list | grep coreutils > /dev/null ; then
PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH"
alias ls='ls -F --show-control-chars --color=auto'
eval `gdircolors -b $HOME/.dircolors`
fi
brew install ctags-exuberant
用于解决ctags错误.
Copyright © 2016 yjiang's cake