Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 353 Bytes

dotfiles

Fresh Install

Installing on a fresh system from the ~ directory:

git clone [email protected]:maddenpj/dotfiles.git .dotfiles
cd .dotfiles && ./install

Updating

Just update config files as usual (vim .vimrc) but make sure to commit and push the changes

install is Idempotent so re-running it should not be an issue