curl https://gist.githubusercontent.com/vslinko/9770944/raw/home.sh | sh
Last active
August 29, 2015 13:57
-
-
Save vslinko/9770944 to your computer and use it in GitHub Desktop.
dotfiles installer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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