0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[Memo] Macを導入したらいつもやっていることリスト

Posted at
  1. Google Chromeをインストールし、ログインする
  2. プリンタを設定する
  3. Google日本語入力をインストール、設定する
  4. 入力ソースのショートカットキーを変更する
    image.png
  5. Spotlightのショートカットキーを無効化する
    image.png
  6. Alfredをインストールし、ログイン、設定する。起動用のショートカットキーはOptionキーをダブルタップするように設定する
  7. System PreferencesでKey repeatを設定する
    image.png
  8. System PreferecnesでCapsLockキーとしてControlキーとして使うように設定する
    image.png
  9. Sublime Text 4をインストールし、ログインする
  10. iTerm 2をインストールする
  11. Homebrewをインストールする
  12. Gitをインストールする
    brew install git
    
  13. デフォルトシェルをzshに切り替える
    chsh -s ${which zsh}
    
  14. 自分用のdotfilesを設定する
    ln -s ~/dotfiles/.zshenv ~/.zshenv
    ln -s ~/dotfiles/.zlogin ~/.zlogin
    ln -s ~/dotfiles/.zprofile ~/.zprofile
    ln -s ~/dotfiles/.zshrc ~/.zshrc
    
  15. Visual Studio Codeをインストールする
  16. Xcodeをインストールする
  17. IntelliJ IDEAをインストールする
  18. Logicool Helperをインストールする
  19. Slackをインストールする
  20. Teamsをインストールする
  21. Zoomをインストールする
  22. SwitchyOmega Chrome拡張をインストールする
  23. tmuxをインストールする
    brew install tmux
    
  24. Dockerをインストールする
    https://github.com/rancher-sandbox/rancher-desktop/releases
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?