Skip to content

Instantly share code, notes, and snippets.

@douglasmiranda
Created August 7, 2017 06:35
Show Gist options
  • Select an option

  • Save douglasmiranda/e2bfa20a7f7fc02297f0e7dd44232cee to your computer and use it in GitHub Desktop.

Select an option

Save douglasmiranda/e2bfa20a7f7fc02297f0e7dd44232cee to your computer and use it in GitHub Desktop.
Ubuntu, after fresh install
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