0.软件下载地址
1.必须软件
QQ、搜狗输入法、google chrome、microsoft office、压缩软件、小红伞
2.开发软件
xcode、java、eclipse adt、dash、phpstorm、Sublime Text 2(需要破解)
filetransfer:Android手机
genymotion:Android开发模拟器(2dx也能运行)
3.终端软件
~目录下先创建环境变量文件,touch .bash_profile
1.brew 按照官网安装
2.通过brew安装软件
(1)git-completion.bash git补全
brew install git bash-completion
.bash_profile 配置
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
3.终端变色
.bash_profile配置
export CLICOLOR=1
export PS1='\[\033[01;33m\]\u@\h\[\033[01;31m\] \W\$\[\033[00m\]'
4. lua 命令
http://www.lua.org/start.html
sudo cp lua /usr/bin/lua
5.python缺少的模块
6.nodejs
nodejs 很简单的服务器