Last active
September 19, 2015 15:36
-
-
Save Gergling/8afc767851e80a89069f to your computer and use it in GitHub Desktop.
Installs various dev tools
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
# 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