新Macセットアップ202512¶
- homebrew
- https://github.com/Homebrew/brew/releases/tag/5.0.4 からpkgファイルをダウンロード
xcode-select --install/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Nix
- chezmoi
chezmoi init https://github.com/$GITHUB_USERNAME/dotfiles.git
-
zsh
- zshをfishのように使いやすくカスタマイズ #Zsh - Qiita
- zsh-completions
- zsh-autosuggestions
- zshをfishのように使いやすくカスタマイズ #Zsh - Qiita
-
globalのaquaの利用をやめた
- contour roller mouseのdriver
- 流石に古いdriverだと動かなくなってきた...
- が、新しいdriverも動かない...
- https://support.samuraism.com/jetbrains/trouble-shooting/key-repeat-terminal
- defaults周りはKeyRepeat, InitialKeyRepeatだけでなくこれも↑必須
参考: 前回は 新Macセットアップ