Created
January 7, 2020 14:56
-
-
Save amitmbee/56cbd5a056b523e17b2203e962fdb02c to your computer and use it in GitHub Desktop.
Ubuntu setup
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
sudo apt update && sudo apt upgrade | |
sudo apt-get install build-essential git curl xclip | |
sudo apt-get install zsh | |
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
# Change the shell to zsh | |
chsh -s `which zsh` | |
# WARNING! It will shutdown immediately :( | |
sudo shutdown -r 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment