Last active
December 18, 2015 12:59
-
-
Save ericduran/5786971 to your computer and use it in GitHub Desktop.
I don't like git init ~. I mush rather keep a bunch of scatter gist file. I tend to just update my gist file then update my local from the web.
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/bash | |
| curl -s https://gist.github.com/ericduran/742193/raw > ~/.gitconfig | |
| curl -s https://gist.github.com/ericduran/5069301/raw > ~/.zshrc | |
| curl -s https://gist.github.com/ericduran/5786967/raw > ~/.gitignore_global |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment