Skip to content

Instantly share code, notes, and snippets.

@dhairya137
Created April 4, 2021 13:43
Show Gist options
  • Save dhairya137/924e0fe20bd809bb3b56b725197c9411 to your computer and use it in GitHub Desktop.
Save dhairya137/924e0fe20bd809bb3b56b725197c9411 to your computer and use it in GitHub Desktop.
zsh install bash script
sudo apt-get install zsh -y
sudo usermod -s /usr/bin/zsh $(whoami)
# comment
# sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment