Skip to content

Instantly share code, notes, and snippets.

View EmilMaric's full-sized avatar

Emil Marić EmilMaric

View GitHub Profile
@EmilMaric
EmilMaric / neovim_local_install.sh
Last active November 7, 2015 19:39
Script to install neovim on UBC servers
#!/bin/sh
DEPS="$HOME/local/"
BIN="$DEPS/bin"
# Kill script if any command exits with non-zero exit status
set -e
@EmilMaric
EmilMaric / tmux_local_install.sh
Last active December 10, 2015 22:01 — forked from ryin/tmux_local_install.sh
Script to install tmux on UBC servers
#!/bin/bash
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_VERSION=2.1