Skip to content

Instantly share code, notes, and snippets.

@amitmbee
Created January 7, 2020 14:56
Show Gist options
  • Save amitmbee/56cbd5a056b523e17b2203e962fdb02c to your computer and use it in GitHub Desktop.
Save amitmbee/56cbd5a056b523e17b2203e962fdb02c to your computer and use it in GitHub Desktop.
Ubuntu setup
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