Last active
August 29, 2015 14:08
-
-
Save steinwaywhw/7e52ddb508712653a4d8 to your computer and use it in GitHub Desktop.
My own install scripts.
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
sudo add-apt-repository -y ppa:synapse-core/ppa | |
sudo add-apt-repository -y ppa:webupd8team/sublime-text-3 | |
sudo add-apt-repository -y ppa:moka/stable | |
sudo add-apt-repository -y ppa:ricotz/docky | |
sudo add-apt-repository -y ppa:webupd8team/java | |
sudo apt-get update | |
sudo apt-get install -y moka-gnome-shell-theme plank moka-icon-theme faba-icon-theme faba-mono-icons plank-theme-orchis | |
sudo apt-get install -y synapse sublime-text-installer curl build-essential wget oracle-java8-installer | |
mkdir -p ~/Programs/ats | |
cd ~/Programs/ats | |
curl -L http://bit.ly/1o7MNmU | sudo bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment