git clone git@github.com:zangqilong198812/InitializeAppShell.git
cd InitializeAppShell
sh prepare.sh
即可运行。
- homebrew 最常用的mac包管理器, 官网
- git flow 最常用的代码版本管理流程,git flow 介绍
- chisel FB出品的lldb加强工具 github地址
- 更改gem source源(众所周知的原因) 源介绍
- oh-my-zsh 超强的shell github地址
- cocoapods 这个不用介绍了吧
- carthage 同上
- clang-format 一个格式化代码的命令行工具 文档介绍
- clang-format的格式文件,比如你希望拥有什么样的格式 说明
- 一种避免iOS项目merge时候的pbxproj冲突的方法 介绍
- 往项目的
.git/hooks
文件夹添加一个pre-commit文件,用来在用户git commit之后做代码的格式化 git hook介绍 - Objective-C项目的ignore文件
- Swift项目的ignore文件
只需要删除根目录下的.git/hooks/pre-commit
即可。