Site Tools


This is an old revision of the document!


Setup new macOS

Download

启用自然码

添加中文双拼输入法

# 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)"

install brew packages:

https://github.com/dcai/.dotfiles/blob/main/bin/macos-install-packages.bash

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. echo -e '\n%admin ALL=(ALL) NOPASSWD: ALL\n' | sudo tee -a /etc/sudoers
  6. sudo chsh -s /usr/local/bin/fish dcai
  7. Font: https://github.com/sunaku/tamzen-font#tamzenforpowerline-16, use ./ttf/TamzenForPowerline8x16r.ttf, choose size 16 in iterm2
  8. itsycal, use datetime format: 🍏 d MMM H:mm a

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.1742182388.txt.gz · Last modified: by dcai