Created
November 7, 2019 06:01
-
-
Save AutomateAaron/97f73df0a38cdaa7ffcf9a37f983a8e3 to your computer and use it in GitHub Desktop.
Enable zsh in google cloud 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
apt update | |
apt -y install zsh | |
sudo -H -u aaron sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
chsh -s $(which zsh) aaron |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment