Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 498 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 498 Bytes

vim

Increase cursor speed on Mac (relog/restart for changes to take effect)

defaults write -g InitialKeyRepeat -int 10
defaults write -g KeyRepeat -int 2

zsh

Directories referenced in config

~
├──  bin    user installed apps
└── .other  tools or configs

Each oh-my-zsh plugin listed in .zshrc will be loaded by zsh. Visit each plugin for setup instructions

tmux

git clone https://github.com/tmux-plugins/tpm $XDG_CONFIG_HOME/tmux/plugins/tpm