This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env sh | |
| echo "Stuff I do after a fresh xubuntu install:" | |
| echo "" | |
| echo "Installing f.lux" | |
| sudo add-apt-repository ppa:kilian/f.lux | |
| sudo apt-get update | |
| echo "Installing all my favorite applications" | |
| sudo apt-get -y install fluxgui python-pip git-core gitg gedit gedit-plugins gparted bleachbit gnome-do lightread chromium-browser zsh | |
| echo "Removing unwanted applications" | |
| sudo apt-get -y remove firefox |
NewerOlder