Created
April 20, 2021 05:17
-
-
Save memandip/9db4310f448ebd4be6aef3de2f0e2a10 to your computer and use it in GitHub Desktop.
Install ZSH and make zsh your default shell
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
1. sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
2. chsh -s $(which zsh) | |
3. change ZSH_THEME="agnoster" or any other theme of your preference in ~/.zshrc file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment