Skip to content

Instantly share code, notes, and snippets.

@threatseeker
Created June 23, 2014 15:39
Show Gist options
  • Select an option

  • Save threatseeker/d5328f927c5992b06c54 to your computer and use it in GitHub Desktop.

Select an option

Save threatseeker/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