Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 285 Bytes

File metadata and controls

12 lines (10 loc) · 285 Bytes

My Dotfiles

Just my configs nothing more

I basically just use this to initialise new machines & VMs. If you want to use some of it, please do.

Cloning

Run this in ~/

git init .
git remote add -t \* -f origin https://github.com/TomGrozev/dotfiles
git checkout master