我的Mac开发工具集

1. zsh插件

命令行自动提醒:zsh-autosuggestions

2. tig

一个不错的git 下cli管理工具
安装: brew install tig

3. ccat

高亮显示源码
安装: brew install ccat

4. item配色工具

https://github.com/mbadolato/iTerm2-Color-Schemes

5. git自动部署

http://overtrue.me/articles/2015/01/how-to-deploy-project-with-git-hook.html

https://m.aoh.cc/149.html

6. php类库

php shell wrapper

7. phpstom使用的一些技能

laravel help: 解决类库无法找到的问题

phpstorm live template 功能。模板参考如:

1
2
3
4
5
<!--- $VALUE$ Field --->
<div class="form-group">
{!! Form::label('$NAME$', '$VALUE$:') !!}
{!! Form::text('$NAME$', null, ['class' => 'form-control']) !!}
</div>

更详细的文档可以参考:Laravel Live Templates for PhpStorm

验证码

geetest 滑动验证

http://blog.csdn.net/paololiu/article/details/52514504

ping++ 聚合付费sdk

Sentry服务集中处理

Sentry.io 是一个超级棒的错误处理工具,它可以捕捉应用在生产环境中出现的 exception 和 errors,直接将其定位到具体的某一行,对于应用的运维和修复 bug 都是一件非常好的事