Skip to content

Instantly share code, notes, and snippets.

@Gergling
Last active September 19, 2015 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gergling/8afc767851e80a89069f to your computer and use it in GitHub Desktop.
Save Gergling/8afc767851e80a89069f to your computer and use it in GitHub Desktop.
Installs various dev tools
# Multi-window terminal
sudo apt-get install terminator
# Basic IDE
sudo apt-get install vim
# JRE
sudo apt-get install default-jre
# Clipboard, useful for copying rsa keys
sudo apt-get install xclip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment