标签:
Mac 环境配置
显示所有文件夹
显示:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
https://help.github.com/articles/generating-ssh-keys/
http://www.alfredapp.com/
Git 全局忽略
common https://gist.github.com/octocat/9257657
global https://github.com/github/gitignore
CocoaPods Insatll
http://code4app.com/article/cocoapods-install-usage
版权声明:本文为博主原创文章,未经博主允许不得转载。
标签:
原文地址:http://blog.csdn.net/skymingst/article/details/46793309