Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 247 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 247 Bytes

Paretje's dotfiles

My dotfiles, compiled since 2013.

Deploy

git init .
git remote add origin https://github.com/paretje/dotfiles.git
git pull origin master
git branch -u origin/master
git config --local merge.verifySignatures true