Skip to content

Instantly share code, notes, and snippets.

@kflorence
Last active August 29, 2015 14:15
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 kflorence/c9f2196bb1cce979f33a to your computer and use it in GitHub Desktop.
Save kflorence/c9f2196bb1cce979f33a to your computer and use it in GitHub Desktop.
Ubuntu setup

Use above instructions to install the Spotify Linux preview.

Git

sudo apt-get install git

Vim/Pathogen

mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

Color scheme

https://github.com/chriskempson/base16-vim

cd ~/.vim/bundle
git clone git clone https://github.com/chriskempson/base16-vim.git

Add colorscheme base16-default and set background=dark to ~/.vimrc.

Terminal

SublimeText

Java

Use WebUpd8 PPA (this will download the required files from Oracle and install JDK 7):

sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

IntelliJ

VPN

sudo apt-get install openvpn bridge-utils

Edit config.ovpn as follows:

# Allow DHCP pushes
script-security 2
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf

# Keep connection alive
ping 15
ping-restart 45
ping-timer-rem
persist-tun
persist-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment