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

```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
```

<HTML><ol start="6" style="list-style-type: decimal;"></HTML> <HTML><li></HTML>prepare ~/.git-credentials<HTML></li></HTML> <HTML><li></HTML>git clone https://github.com/dcai/.dotfiles.git ~/.dotfiles<HTML></li></HTML> <HTML><li></HTML>bash ~/.dotfiles/install<HTML></li></HTML> <HTML><li></HTML>bash ~/.bin/macos-tweak.sh<HTML></li></HTML> <HTML><li></HTML>itsycal, use datetime format: 🍏 d MMM H:mm a<HTML></li></HTML> <HTML><li></HTML>Update /etc/sudoers: echo -e ‘%admin ALL=(ALL) NOPASSWD: ALL’ | sudo tee -a /etc/sudoers<HTML></li></HTML> <HTML><li></HTML>update user shell: sudo chsh -s /usr/local/bin/fish dcai<HTML></li></HTML> <HTML><li></HTML>Font: https://github.com/sunaku/tamzen-font#tamzenforpowerline-16, use ./ttf/TamzenForPowerline8x16r.ttf, choose size 16 in iterm2<HTML></li></HTML><HTML></ol></HTML>

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