Last active
April 12, 2017 19:44
-
-
Save kfkawalec/a71f74ceddc76180fd9fe42814985536 to your computer and use it in GitHub Desktop.
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 | |
# Usage: Execute the following command: | |
<<COMMENT1 | |
curl -L https://gist.github.com/kfkawalec/a71f74ceddc76180fd9fe42814985536/raw | bash -x | |
COMMENT1 | |
# Once this file has been executed once, you can pull the latest updates with 'bashupdate' | |
curl -L https://gist.github.com/kfkawalec/9f3063963adf604e62eaf15a8cf02e81/raw/ > ~/.bash_profile | |
curl -L https://gist.github.com/kfkawalec/964604ab19800743495a6d4918d21bde/raw/ > ~/.gitconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment