Set zsh
as the default shell
chsh -s /bin/zsh
Show hidden files in Finder:
defaults write com.apple.finder AppleShowAllFiles YES
Fast key repeat:
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 10
Reboot after setting these.