1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

オレオレMac開発環境構築メモ

1
Last updated at Posted at 2015-07-07

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とか入れる。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?