Skip to content
Go back

Setting Up A New Mac

Updated:
Edit Page

Software

Download from official sites

App Store

Homebrew

Softwares that can be installed via Homebrew

brew install obsidian \
  firefox \
  scroll-reverser \
  monitorcontrol

brew install mpv --cask

Config

Dotfiles

gh repo clone dotfiles
cd dotfiles
./install

Develop

brew install gh go golangci-lint tlrc

brew install python@3.13

brew install fish starship

brew install docker colima

brew install shellcheck shfmt

Fonts

brew install font-0xproto font-iosevka-nerd-font font-geist-mono \
  font-inconsolata-lgc-nerd-font font-jetbrains-mono \
  font-sofia-sans font-noto-sans-jp font-noto-sans-sc \
  font-adwaita font-symbols-only-nerd-font

Maple font mono nerd font Chinese. Build and download from official site with my preferences. https://font.subf.dev/en/playground/

SF mono and SF pro https://developer.apple.com/fonts/


Edit Page
Share this post on:

Previous Post
The Demystification of The Work of Programmers(zh)
Next Post
Segment Tree