Created
July 19, 2014 03:20
-
-
Save beiker/29243a1850dacd9eaf75 to your computer and use it in GitHub Desktop.
Instala Themes && Indicatars
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
| #!/bin/bash | |
| # Indicadores | |
| echo "Agregando PPA's" | |
| sudo add-apt-repository -y ppa:indicator-multiload/stable-daily | |
| sudo add-apt-repository -y ppa:caffeine-developers/ppa | |
| sudo add-apt-repository -y ppa:indicator-brightness/ppa | |
| sudo add-apt-repository -y ppa:atareao/atareao | |
| echo "Actualizando Dependencias" | |
| sudo apt-get update | |
| echo "Instalando indicadores" | |
| sudo apt-get install -y indicator-multiload caffeine indicator-brightness gm-notify calendar-indicator | |
| # Themes | |
| sudo add-apt-repository -y ppa:numix/ppa | |
| sudo apt-get update && sudo apt-get install -y numix-gtk-theme numix-icon-theme-circle numix-icon-theme-shine numix-icon-theme-utouch numix-icon-theme |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment