/dotfiles

.files

Primary LanguageVim scriptMIT LicenseMIT

dotfiles

zsh

Set zsh as the default shell

chsh -s /bin/zsh

OSX customizations

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.