Skip to content

Instantly share code, notes, and snippets.

@ericduran
Last active December 18, 2015 12:59
Show Gist options
  • Select an option

  • Save ericduran/5786971 to your computer and use it in GitHub Desktop.

Select an option

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.
#!/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