Last active
June 18, 2016 14:18
-
-
Save tcshao/7c75185ad8013fdabe162a25b716e969 to your computer and use it in GitHub Desktop.
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
# loaded via curl -fsSL [this RAW url] | sudo sh | |
dconf write /org/compiz/profiles/unity/plugins/unityshell/icon-size 30 | |
gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ hsize 2 | |
gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ vsize 2 | |
sudo apt-add-repository ppa:andrei-pozolotin/maven3 | |
sudo add-apt-repository ppa:git-core/ppa -y | |
sudo apt-get update | |
sudo apt-get install -y zsh git maven3 | |
#Add $JAVA_HOME path to exports | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
#http://ubuntuhandbook.org/index.php/2015/01/install-openjdk-8-ubuntu-14-04-12-04-lts/ | |
#http://ubuntuhandbook.org/index.php/2014/06/install-latest-eclipse-ubuntu-14-04/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment