码迷,mamicode.com
首页 > 其他好文 > 详细

欢迎使用CSDN-markdown编辑器

时间:2015-07-07 21:20:50      阅读:138      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!