Site Tools


Setup new macOS

🟦 Download and scripts

πŸ‘‰ 启用θ‡ͺ焢码

# ζ·»εŠ δΈ­ζ–‡εŒζ‹ΌθΎ“ε…₯法
# choose ziranma
defaults write com.apple.inputmethod.CoreChineseEngineFramework shuangpinLayout 5

πŸ‘‰ Install brew

Go ahead install app store apps while waiting

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

πŸ‘‰ ffmpeg

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

πŸ‘‰ Other scripts to run:

  1. prepare ~/.git-credentials
  2. git clone https://github.com/dcai/.dotfiles.git ~/.dotfiles
  3. bash ~/.dotfiles/install
  4. bash ~/.bin/macos-tweak.sh
  5. bash sudo sed -i "" '/dcai/d' /etc/sudoers && echo -e '\ndcai\tALL=(ALL) NOPASSWD: ALL\n' | sudo tee -a /etc/sudoers
  6. sudo chsh -s /usr/local/bin/fish dcai
  7. itsycal, use datetime format: 🍏 d MMM H:mm a

πŸ‘‰ Settings

  1. Keyboard β‡’ Modifier Keys β‡’ Caps Lock to Control
  2. Accessibility β‡’ Pointer Control β‡’ Mouse & Trackpad β‡’ Trackpad Options β‡’ Enable dragging β‡’ with drag lock

🟦 Must have macOS apps

πŸ‘‰ app store

πŸ‘‰ Tools

πŸ‘‰ security

πŸ‘‰ Nice to have macOS apps

πŸ‘‰ dev

πŸ‘‰ I’m trying

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