LoginSignup
1
4

More than 5 years have passed since last update.

mac購入後の開発環境整えるメモ

Last updated at Posted at 2016-12-05
  • chromeインストール
    • AutoMator にて chrome のオブプション起動設定
    • /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --allow-file-access-from-files --disable-web-security
  • 隠しファイル表示
  • 拡張子表示
  • キーボード設定
    • ファンクションキーを使用するに設定
    • キーリピート最速
    • リピート開始時間最短
    • 修飾キー caps lock を control に変更
    • 入力ソース google 日本語入力 へ変更
  • マウス設定
  • homebrew
  • Docker インストール
  • git インストール
  • Dropbox
  • Slack - App Store にてインストール
  • Sublime Text 3
    • Preferences -> Browse Packages -> Userディレクトリにテーマファイルを入れる
    • Package Control
    • Abacus
    • BracketHighlighter
    • GitGutter
    • Origami
    • SyncedSideBar
  • Xcode - App Store にてインストール
  • google drive
  • Hyper Switch

sublimeのkeybind

[
    { "keys": ["ctrl+shift+tab"], "command": "prev_view" },
    { "keys": ["ctrl+tab"], "command": "next_view" },
    { "keys": ["ctrl+l"], "command": "move", "args": {"by": "characters", "forward": true } },
    { "keys": ["ctrl+h"], "command": "move", "args": {"by": "characters", "forward": false } },
    { "keys": ["ctrl+j"], "command": "move", "args": {"by": "lines", "forward": true } },
    { "keys": ["ctrl+k"], "command": "move", "args": {"by": "lines", "forward": false } }
]
1
4
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
4