Last active
August 29, 2015 14:07
-
-
Save tengpeng/61c881978d77f459b732 to your computer and use it in GitHub Desktop.
Setup New Ubuntu
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-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