Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save james-s-tayler/3935edcde90155f89ddd to your computer and use it in GitHub Desktop.
Save james-s-tayler/3935edcde90155f89ddd to your computer and use it in GitHub Desktop.
wget http://mirror.internode.on.net/pub/eclipse/technology/epp/downloads/release/mars/R/eclipse-java-mars-R-linux-gtk-x86_64.tar.gz
tar xvfz eclipse-java-mars-R-linux-gtk-x86_64.tar.gz -C /home/vagrant
sudo ln -s /home/vagrant/eclipse /usr/bin/eclipse
wget -qO- https://goo.gl/j72ZWd > /usr/share/applications/eclipse.desktop
echo 'alias eclipse="$HOME/eclipse/eclipse &"' >> /home/vagrant/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment