macOS¶
Initial Setup¶
brew install \
git \
mise \
zsh-autosuggestions \
zsh-syntax-highlighting
brew install --cask \
steam \
visual-studio-code \
wezterm \
zed
brew install \
pol-rivero/tap/github-desktop-plus
brew update && brew upgrade --greedy && brew upgrade --cask --greedy && brew cleanup && mise upgrade
Dotfiles¶
Tip
Run mise doctor and fix any issues before running the following commands.