Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View mavogel's full-sized avatar
🛠️
Building

Manuel Vogel mavogel

🛠️
Building
View GitHub Profile
@mavogel
mavogel / gist:463187cc676ad7734654505b8c09531f
Last active April 7, 2021 08:33
ohmyzsh on Ubuntu 16.04
# install zshrc
apt-get update
apt-get -y install curl wget zsh vim jq
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# check locales
locale -a
vim ~/.zshrc
# adapt plugins
ZSH_THEME="agnoster"
plugins=(