Fix groovy installation, add keepassx, vlc, tree, and unison.

This commit is contained in:
Jonathan Bernard 2016-03-31 14:26:13 -05:00
parent 24b846cd87
commit 45d01e735b

View File

@ -2,7 +2,7 @@
pushd ~
sudo apt-get update
sudo apt-get install vim tmux git fluxbox aptitude default-jdk default-jdk-doc fontconfig apt-file thefuck libxft-dev python-setuptools
sudo apt-get install vim tmux git fluxbox aptitude default-jdk default-jdk-doc fontconfig apt-file thefuck libxft-dev python-setuptools vlc keepassx tree unison
sudo apt-file update
mkdir ~/projects ~/programs ~/temp
git clone _git@git.jdb-labs.com:jdb/dotfile temp/dotfiles
@ -29,11 +29,11 @@ cd ~/temp
wget https://dl.bintray.com/groovy/maven/apache-groovy-sdk-2.4.6.zip
wget https://services.gradle.org/distributions/gradle-2.12-all.zip
cd ~/programs
unzip ~/temp/apache-groovy-sdk-2.4.5.zip
unzip ~/temp/apache-groovy-sdk-2.4.6.zip
unzip ~/temp/gradle-2.12-all.zip
rm ~/temp/apache-groovy-sdk-2.4.5.zip
rm ~/temp/apache-groovy-sdk-2.4.6.zip
rm ~/temp/gradle-2.12-all.zip
ln -s groovy-2.4.5 groovy
ln -s groovy-2.4.6 groovy
ln -s gradle-2.12 gradle
echo 'export JAVA_HOME=/usr/lib/jvm/default-java'