1.5 KiB
1.5 KiB
Dot files
Neovim
Maintained in a separate repo.
macOS
This README also kind of documents my macOS "setup".
Essential macOS software
- Package management: Homebrew
- Window management: Rectangle the alternative to Spectacle
- Mouseless navigation: Shortcat
- OpenVPN: Tunnelblick
- Terminal: iTerm2
- Terminal: cool-retro-term
- Clipboard manager: Maccy
- Calendar/task sync: Nextcloud
- Fonts with glyphs: Nerd Fonts
- Screen arrangement: displayplacer
- Note-taking: heynote
Work related software
brew installed packages
List is stored in brew.txt. Compile list with brew list -1 > brew.txt, then
on a new machine, install it with xargs brew install < brew.txt (not
recommended).
CLI settings
defaults write -g InitialKeyRepeat -int 12
defaults write -g KeyRepeat -int 1
defaults write com.apple.screencapture location ~/screenshots/
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
# Then reload the GUI
killall SystemUIServer