Site Tools


This is an old revision of the document!


Setup new macOS

Download

  1. 添加中文双拼输入法
  2. 启用自然码
    # choose ziranma
    defaults write com.apple.inputmethod.CoreChineseEngineFramework shuangpinLayout 5
  3. Install brew (go ahead install app store apps while waiting)
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  4. ffmpeg
    # It's easier installing just one binary than install many brew dependencies
    curl -O 'https://evermeet.cx/ffmpeg/ffmpeg-6.0.zip'
    unzip ffmpeg-6.0.zip && chmod a+x ffmpeg && mv ffmpeg ~/.local/bin/
    curl -O 'https://evermeet.cx/pub/ffprobe/ffprobe-6.0.zip'
    unzip ffprobe-6.0.zip && chmod a+x ffprobe && mv ffprobe ~/.local/bin/
  5. prepare ~/.git-credentials
  6. bash ~/.dotfiles/install
  7. bash ~/.bin/macos-tweak.sh
  8. itsycal, use datetime format: 🍏 d MMM H:mm a
  9. Update /etc/sudoers:
    echo -e '\n%admin  ALL=(ALL) NOPASSWD: ALL\n' | sudo tee -a /etc/sudoers
  10. update user shell:
    sudo chsh -s /usr/local/bin/fish dcai
  11. 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.1741869337.txt.gz · Last modified: by dcai