Site Tools


This is an old revision of the document!


Setup new macOS

Download

  1. 添加中文双拼输入法
  2. 启用自然码 bash # choose ziranma defaults write com.apple.inputmethod.CoreChineseEngineFramework shuangpinLayout 5
  3. Install brew (go ahead install app store apps while waiting) bash /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  4. ffmpeg bash cd ~/.local/bin # It's easier installing just one binary than install many brew dependencies curl -O 'https://evermeet.cx/ffmpeg/ffmpeg-7.1.1.zip' unzip ffmpeg-7.1.1.zip && chmod a+x ffmpeg curl -O 'https://evermeet.cx/ffmpeg/ffprobe-7.1.1.zip' unzip ffprobe-7.1.1.zip && chmod a+x ffprobe
  5. prepare ~/.git-credentials
  6. git clone https://github.com/dcai/.dotfiles.git ~/.dotfiles
  7. bash ~/.dotfiles/install
  8. bash ~/.bin/macos-tweak.sh
  9. itsycal, use datetime format: 🍏 d MMM H:mm a
  10. Update /etc/sudoers: echo -e ‘%admin ALL=(ALL) NOPASSWD: ALL’ | sudo tee -a /etc/sudoers
  11. update user shell: sudo chsh -s /usr/local/bin/fish dcai
  12. Font: https://github.com/sunaku/tamzen-font#tamzenforpowerline-16, use ./ttf/TamzenForPowerline8x16r.ttf, choose size 16 in iterm2

Settings

  1. KeyboardModifier KeysCaps Lock to Control
  2. AccessibilityPointer ControlMouse & TrackpadTrackpad OptionsEnable draggingwith drag lock

Drivers

brew install fujifilm-x-webcam homebrew/cask-drivers/lg-onscreen-control

Must have macOS apps

app store

Tools

security

Nice to have macOS apps

dev

I’m trying

macos/setup-new-macos.1742181960.txt.gz · Last modified: by dcai