Browse Source

Update installer.sh

Taylor Bockman 8 years ago committed by GitHub
parent
commit
bfbbd00851
  1. 14
      ubuntu/installer.sh

14
ubuntu/installer.sh

@ -1,4 +1,5 @@
# Simple script to get an ubuntu system up and running
# Tested on Ubuntu 16.04 LTS
# Pre-setup
sudo add-apt-repository ppa:neovim-ppa/unstable
@ -22,3 +23,16 @@ sudo apt-get install neovim
sudo apt-get install htop
sudo apt-get install chromium-browser
# Cleanup
sudo apt-get purge firefox
sudo apt-get purge rhythmbox
sudo apt-get purge cheese
sudo apt-get purge shotwell
sudo apt-get purge shotwell-common
sudo apt-get purge thunderbird
sudo apt-get purge aisleriot
sudo apt-get purge webbrowser-app
sudo apt-get purge gnome-sudoku
sudo apt-get purge mahjongg
sudo apt-get purge gnomine
sudo apt-get purge ace-of-penguins

Loading…
Cancel
Save