Skip to content

Instantly share code, notes, and snippets.

@n8io
Last active November 2, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n8io/187a91ed78d9374d41ad to your computer and use it in GitHub Desktop.
Save n8io/187a91ed78d9374d41ad to your computer and use it in GitHub Desktop.
#!/bin/bash
BASHRC=http://git.io/vlaIW
echo Downloading .bashrc ...
curl -sL $BASHRC -o ~/.bashrc
echo ...done. Make sure to run "source ~/.bashrc" to add to this session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment