Created
December 8, 2016 00:05
-
-
Save andreaseger/5317eafc7eab57bc238fc2f9fe1b431c to your computer and use it in GitHub Desktop.
script to init my dot-files
This file contains 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
git clone https://github.com/andreaseger/dot-files /tmp/dot-files --no-checkout | |
mv /tmp/dot-files/.git ~/.git | |
rm /tmp/dot-files -rf | |
cd ~ | |
git reset HEAD | |
git checkout . | |
git submodule update --init |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment