Skip to content

Instantly share code, notes, and snippets.

@createproblem
createproblem / ubuntu_agnoster_install.md
Created May 4, 2018 08:22 — forked from renshuki/ubuntu_agnoster_install.md
Ubuntu 16.04 + Terminator + Oh My ZSH with Agnoster Theme

Install Terminator (shell)

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").

Install ZSH

VERSION=${1:-5.5.9}
PHP_DIR=$HOME/.phpenv/versions/$VERSION
pushd $HOME/.php-build/bin
test -x $PHP_DIR/bin/php || ./php-build -i development $VERSION $PHP_DIR
popd
phpenv global $VERSION