Skip to content

Instantly share code, notes, and snippets.

@beiker
Created July 19, 2014 03:20
Show Gist options
  • Select an option

  • Save beiker/29243a1850dacd9eaf75 to your computer and use it in GitHub Desktop.

Select an option

Save beiker/29243a1850dacd9eaf75 to your computer and use it in GitHub Desktop.
Instala Themes && Indicatars
#!/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