Skip to content

Instantly share code, notes, and snippets.

@alvinl
Last active December 18, 2015 13:18
Show Gist options
  • Select an option

  • Save alvinl/5788663 to your computer and use it in GitHub Desktop.

Select an option

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

ruunex commented Aug 31, 2013

Copy link
Copy Markdown

go be useful

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