Skip to content

Instantly share code, notes, and snippets.

@hannesbe
Forked from molcay/install_themes.sh
Last active March 18, 2018 15:38
Show Gist options
  • Save hannesbe/7180af1df3a029c16080d98ff22f2e68 to your computer and use it in GitHub Desktop.
Save hannesbe/7180af1df3a029c16080d98ff22f2e68 to your computer and use it in GitHub Desktop.
Themes from Noobslab.com
#!/bin/bash
sudo add-apt-repository ppa:noobslab/themes
sudo add-apt-repository ppa:noobslab/icons
sudo add-apt-repository ppa:ravefinity-project/ppa
sudo add-apt-repository ppa:snwh/pulp
sudo apt-get update
sudo apt-get install humanitary-gtk-theme
sudo apt-get install humanitary-icon-theme
sudo apt-get install vivacious-colors-gtk-dark
sudo apt-get install vivacious-colors-gtk-light
sudo apt-get install ambiance-lime
sudo apt-get install arc-theme
sudo apt-get install arc-icons
sudo apt-get install ambiance-crunchy
sudo apt-get install ambiance-flat-colors
sudo apt-get install radiance-flat-colors
sudo apt-get install yosembiance-gtk-theme
sudo apt-get install paper-gtk-theme
sudo apt-get install paper-icon-theme
sudo apt-get install flatabulous-theme
sudo apt-get install trevilla-themes
sudo apt-get install trevilla-icons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment