Setup My New macOS

Install Apps


Communication
Web tool
  • yt-dlp: A youtube-dl fork with additional features and fixes
pip install yt-dlp
Utilities
Entertainment
Productivity
Art
System tools:
News
  • Reeder (App store)
Dev tools:
brew install node
  • yarn
npm install --global yarn
  • gradle
brew install gradle
brew install --HEAD neovim

Setup


Enable Chrome Download list layout:

chrome://flags/ -> enable Enable download bubble

brew/git issue
# sudo vim /etc/hosts, and add following:
199.232.28.133 raw.githubusercontent.com
Install Fonts

copy fonts to /Users/zeeyim/Library/Fonts

Terminal

Install Zsh: https://github.com/ohmyzsh/ohmyzsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Edit configuration of Zsh

vim ~/.zshrc
Rime/Squirrel setting

Coustomize Squirrel menu

sudo vim /Library/Input\ Methods/Squirrel.app/Contents/SharedSupport/default.yaml

Coustomize Squirrel menu

vim /Users/zeeyim/Library/Rime/build/squirrel.yaml
vim /Users/zeeyim/Library/Rime/build/default.yaml

set default Chinese characters to simplified chinese (simplification/traditional): vim /Users/zeeyim/Library/Rime/build/jyut6ping3.custom.yaml

patch:
    switches:
      - name: ascii_mode
        reset: 0
        states: ["中文", ABC]
      - name: full_shape
        states: ["半角", "全角"]
      - options: [noop, variants_hk, trad_tw, simplification]
        reset: 3
        states: ["傳統漢字", "香港傳統漢字", "臺灣傳統漢字", "大陆简化汉字"]
      - name: ascii_punct
        states: ["。,", ".,"]
      - name: emoji_suggestion
        states: ["冇 Emoji", "有 Emoji"]