Created
August 7, 2017 06:35
-
-
Save douglasmiranda/e2bfa20a7f7fc02297f0e7dd44232cee to your computer and use it in GitHub Desktop.
Ubuntu, after fresh install
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 upgrade -y | |
| sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' | |
| wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - | |
| sudo apt-get update | |
| sudo apt-get install -y google-chrome-stable | |
| # Remember: install / verify additional drivers | |
| # Codecs and stuff | |
| sudo apt-get install -y ubuntu-restricted-extras # will be asked to accept terms | |
| sudo add-apt-repository ppa:papirus/papirus | |
| sudo apt-get install -y unity-tweak-tool numix-gtk-theme papirus-icon-theme |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment