💻
Macbook Air M4 を買ったのでセッティングメモ
備忘録的にまとめただけです。
あまり参考にはならないかも
Homebrewのインストール
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Brewfile
tap "homebrew/bundle"
brew "gh"
brew "powerlevel10k"
cask "clibor"
cask "firefox"
cask "ghostty"
cask "github"
cask "google-chrome"
cask "visual-studio-code"
$ brew bundle --global
設定ファイルはこの辺から取ってくる
curl https://raw.githubusercontent.com/6uclz1/dotfiles/HEAD/.zshrc >> .zshrc
curl https://raw.githubusercontent.com/6uclz1/dotfiles/HEAD/.zshenv >> .zshenv
curl https://raw.githubusercontent.com/6uclz1/dotfiles/HEAD/.vimrc >> .vimrc
キーボード
- CapsLockをCommandに変更
- キーの速度を最速に
- 英かな切り替えを ⌘` で行うように変更
残作業
- MacAppStoreで280blockerをインストール(masとか使った方がいいと思います)
- 280blockerでDNSブロックの設定を行う
移行作業の度にどんどんやること(こだわり)が減っているので今回の移行作業はすぐ終わりましたね
Discussion