0
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?

Macセットアップ

Last updated at Posted at 2024-05-24

環境

Apple M2 Pro
macOS Sonoma 14.4.1

まずやること

  • OSを最新にする
  • ダークモードにする
  • トラックパッドの軌跡を最速にする
  • 「タップでクリック」をオン
  • キーのリピート速度を最速にする
  • リピート入力認識までの時間を最短にする
  • Caps LockをControlに置き換える
  • 壁紙を変更
  • Touch ID設定
  • Dock設定
  • 通知設定
  • メニューバー設定
  • ロック画面の設定
  • ホットコーナーの設定変更
  • Apple IDでサインイン

最初に入れるアプリ

  • Chrome(デフォルトブラウザにする)
  • Slack
  • ⌘英かな

Homebrew

.zshrc
export PATH=/opt/homebrew/bin:$PATH

パスを通したら、たくさんbrew installする

  • clipy iterm2
  • zsh zsh-autosuggestions zsh-completions zsh-kubectl-prompt zsh-syntax-highlighting
  • awscli kubernetes-cli stern jq yq kind
  • bat colordiff fzf git htop peco tree watch
  • go node
  • jetbrains-toolbox rancher sourcetree tableplus visual-studio-code

zshの設定

.zsh_historyは前のPCから持ってくるといい

gitの設定

$ git config --global user.email 'XXX'
$ git config --global user.name 'XXX'
$ git config --global init.defaultBranch main
$ git config --global alias.st status
$ git config --global alias.cm commit
$ git config --global alias.br branch
$ git config --global alias.ch checkout
$ git config --global alias.sw switch

その他

0
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
0
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?