Skip to content

Instantly share code, notes, and snippets.

@j4r0-code
Created June 23, 2014 15:39
Show Gist options
  • Save j4r0-code/d5328f927c5992b06c54 to your computer and use it in GitHub Desktop.
Save j4r0-code/d5328f927c5992b06c54 to your computer and use it in GitHub Desktop.
[copy] setup bash
#!/bin/bash
if [ -f ~/.bashrc ]
then
mv ~/.bashrc ~/$(date +%s).bashrc
fi
wget -q "https://gist.github.com/uda/8110123/raw/.bashrc" -O ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment