Skip to content

Instantly share code, notes, and snippets.

@memandip
Created April 20, 2021 05:17
Show Gist options
  • Save memandip/9db4310f448ebd4be6aef3de2f0e2a10 to your computer and use it in GitHub Desktop.
Save memandip/9db4310f448ebd4be6aef3de2f0e2a10 to your computer and use it in GitHub Desktop.
Install ZSH and make zsh your default shell
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