configure new Linux/Mac

vim   http://www.cnblogs.com/wswang/p/5088078.html

sublime   http://jingyan.baidu.com/article/3aed632e66dc877011809166.html

zsh  sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

zsh plugins  http://www.jianshu.com/p/9189eac3e52d

https://segmentfault.com/a/1190000002658335

sudo.plugin https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/sudo/sudo.plugin.zsh

修改zsh作为默认的shell,chsh -s /bin/zsh(Mac/Linux reboot)

tmux   https://github.com/linux-wang/conf-backup

python  http://blog.csdn.net/kingppy/article/details/13080919

virtualenv/virtualenvwrapper  http://pythonguidecn.readthedocs.io/zh/latest/dev/virtualenvs.html

pip https://pip.pypa.io/en/stable/installing/

pycharm active http://www.cnblogs.com/hanggegege/p/6763329.html

xfce的亮度 https://forum.xfce.org/viewtopic.php?pid=29952(安装xbacklight)

homebrew  /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

原文地址:https://www.cnblogs.com/wswang/p/5235063.html