- Chrome
- VSCode
- Brew - Make sure to do the install at the end
- Auto-hide dock: defaults write com.apple.dock autohide-delay -int 0 defaults write com.apple.dock autohide-time-modifier -float 0.4 killall Dock
Finder -> Settings -> Sidebar -> Show Home Bar -> Advanced -> Show filename extensions -> View -> Show Tab Bar -> Show Path Bar
Notifications -> Show preview (NEVER)
Doing this in conjunction with oh-my-zsh will put the plugins in ~/.oh-my-zsh/custom/plugins
- git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins
- git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
THEN need to go to ~/.zshrc and set plugins to: plugins=(git zsh-autosuggestions zsh-autocomplete zsh-syntax-highlighting)
Monaspace: https://github.com/githubnext/monaspace?tab=readme-ov-file#monaspace
brew tap homebrew/cask-font brew install font-monaspace
{ "workbench.colorTheme": "Default Dark Modern", "editor.fontFamily": "'Monaspace Neon', Menlo, Monaco, 'Courier New', monospace", "editor.fontSize": 14, "terminal.integrated.fontSize": 14, "terminal.integrated.fontFamily": "'MesloLGS NF'", "window.zoomLevel": 1 }