Skip to content

Instantly share code, notes, and snippets.

@det-peralta
Last active January 3, 2020 17:26
Show Gist options
  • Select an option

  • Save det-peralta/f596a23de6aab2ee6046ea7c1daa138a to your computer and use it in GitHub Desktop.

Select an option

Save det-peralta/f596a23de6aab2ee6046ea7c1daa138a to your computer and use it in GitHub Desktop.
Install and run ZSH Terminal
sudo apt-get install zsh
chsh -s $(which zsh)
apt install wget git
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
source ~/.zshrc
cd ~/.oh-my-zsh/themes/
ls -a
nano ~/.zshrc
ZSH_THEME='agnoster'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment