This file contains 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
# 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=( |