Skip to content

Instantly share code, notes, and snippets.

@alvinl
Last active December 18, 2015 13:18
Show Gist options
  • Save alvinl/5788663 to your computer and use it in GitHub Desktop.
Save alvinl/5788663 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Setting up .bashrc"
curl https://gist.github.com/Alvinlz/5788654/raw/c0e096298776db6acdea4dd24779f61c90ccbfa5/gistfile1.txt > ~/.bashrc
echo "Done."
echo "Removing bash history"
rm ~/.bash_history
echo "Installing packages"
sudo apt-get install -y aptitude
@ruunex
Copy link

ruunex commented Aug 31, 2013

go be useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment