Skip to content

Instantly share code, notes, and snippets.

@Benoss
Last active August 29, 2015 14:23
Show Gist options
  • Save Benoss/98fe9fa69e12b5246f2f to your computer and use it in GitHub Desktop.
Save Benoss/98fe9fa69e12b5246f2f to your computer and use it in GitHub Desktop.
#/usr/bin/sh
sudo apt-get update
sudo apt-get --yes install python-pip
sudo apt-get --yes install vim
sudo apt-get --yes install htop
sudo apt-get --yes install ncdu
sudo pip install --upgrade 'pip<7'
sudo pip install --upgrade ansible
sudo pip install --upgrade virtualenv virtualenvwrapper
sudo apt-get dist-upgrade -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment