Last active
January 3, 2020 17:26
-
-
Save det-peralta/f596a23de6aab2ee6046ea7c1daa138a to your computer and use it in GitHub Desktop.
Install and run ZSH Terminal
This file contains hidden or 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
| 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