macdevsetup

Mac-dev-setup

对 Mac-dev-setup 中的软件进行筛选。

  • Dash API查询,收费
  • Sketch UI设计,收费
  • Pocket 阅读缓存
  • CheatSheet 查询当前程序快捷键
  • Heroku Web 托管
  • Homebrew

git 配置账号

1
2
$ git config --global user.name "Your Name Here"
$ git config --global user.email "[email protected]"