Mac開発環境構築
最低限これは入れないとサクサク開発できんっていうやつをメモっておく。
1. Chrome
WEBブラウザ
https://www.google.co.jp/chrome/browser/desktop/
2. Google日本語入力
日本語入力。ことえりを完全削除する。
https://www.google.co.jp/ime/
3. Slack
メッセージングアプリ。WEB版よりMacアプリ版を使いたい。
https://slack.com/
4. BetterTouchTool
タッチ操作拡張ツール。
http://www.bettertouchtool.net/
5. XtraFinder
Finder拡張ツール。
https://www.trankynam.com/xtrafinder/
6. Alfred
英訳とか和訳とかGoogle検索をサクッと。
http://www.alfredapp.com/
7. MiniUsage
CPU使用率をステータスバーに表示。
https://itunes.apple.com/jp/app/miniusage/id416285394?mt=12
8. SourceTree
GUIでGit操作。
https://www.atlassian.com/ja/software/sourcetree/overview
9. Chromeブックマーク
Googleアカウントを同期するか、Export/Import
10. Chrome拡張機能
Redux DevToolsとかDHCとか。
11. Node.js
nodebrewで入れる。
https://github.com/hokaccha/nodebrew
12. Typings
TypeScriptの型定義管理ツール。
npm install -g typings
13. Atom
テキストエディタ。
https://atom.io/
14. Atomパッケージ
apm install atom-language-velocity atom-typescript emmet es6-javascript file-icons git-blame language-api-blueprint language-babel language-sql-mysql linter local-history lodash-snippets open-recent pigments pretty-json
- atom-language-velocity
- atom-typescript
- emmet
- es6-javascript
- file-icons
- git-blame
- language-api-blueprint
- language-babel
- language-sql-mysql
- linter
- local-history
- lodash-snippets
- open-recent
- pigments
- pretty-json
15. Firefox
WEBブラウザ。動作確認用に一応。
https://www.mozilla.org/ja/firefox/new/
16. Docker Toolbox
仮想環境。
https://www.docker.com/products/docker-toolbox
17. その他開発に必要なもろもろ
mysqlとかredisとか入れる。