Last active
January 2, 2019 14:30
-
-
Save jinwoo-jeon0/c31b52ae3f209aaf7f7646460cde1f59 to your computer and use it in GitHub Desktop.
This file contains 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 install zsh | |
sudo apt install git | |
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
chsh -s $(which zsh) | |
# log out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment