首页 > 其他 > 详细

欢迎使用CSDN-markdown编辑器

时间:2015-07-07 21:17:32      阅读:333      评论:0      收藏:0      [点我收藏+]

Mac 环境配置

显示所有文件夹

显示:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false 

Homebrew:

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

oh-my-zsh

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

GihHub SSH

https://help.github.com/articles/generating-ssh-keys/

Alfred 工具

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

版权声明:本文为博主原创文章,未经博主允许不得转载。

欢迎使用CSDN-markdown编辑器

原文:http://blog.csdn.net/skymingst/article/details/46793309

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!