Skip to content

Instantly share code, notes, and snippets.

@vslinko
Last active August 29, 2015 13:57
Show Gist options
  • Save vslinko/9770944 to your computer and use it in GitHub Desktop.
Save vslinko/9770944 to your computer and use it in GitHub Desktop.
dotfiles installer
curl https://gist.githubusercontent.com/vslinko/9770944/raw/home.sh | sh
#!/bin/sh
cd ~
git clone --no-checkout https://github.com/vslinko/home.git
mv home/.git .
rm -r home
git reset --hard HEAD
git submodule update --init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment