Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tengpeng/61c881978d77f459b732 to your computer and use it in GitHub Desktop.
Save tengpeng/61c881978d77f459b732 to your computer and use it in GitHub Desktop.
Setup New Ubuntu
sudo apt-get update
sudo apt-get install htop -y
sudo apt-get install texlive-full -y
sudo apt-get install gummi -y
sudo apt-get install git -y
git config --global user.name ""
git config --global user.email ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment