-
Editor:
nvim
-
Terminal:
Alacritty
-
Font: SFMono Nerd Font
-
Colorscheme: Tokyo Night
Goals:
- Fast (zsh startup < 100ms)
# Ctrl + Cmd to move window
# Source: https://mmazzarolo.com/blog/2022-04-16-drag-window-by-clicking-anywhere-on-macos/
defaults write -g NSWindowShouldDragOnGesture -bool true
defaults write com.apple.dock autohide-delay -float 0
defaults write com.apple.dock autohide-time-modifier -float 0.3
killall Dock
# VSCode disable PressAndHold
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false