Skip to content

Instantly share code, notes, and snippets.

@StuMx
Created February 21, 2011 01:16
Show Gist options
  • Save StuMx/836512 to your computer and use it in GitHub Desktop.
Save StuMx/836512 to your computer and use it in GitHub Desktop.
Para hacer un intento de configuracion automatica en openbox por que me da pereza hacerlo manual xD.
# Instalando Cosas
programas="openbox xcompmgr transset-df feh tint2 chromium firefox pidgin gimp libreoffice lxterminal thunar gnome-icon-theme viewnior leafpad openssh"
echo "Se van a instalar los programas"
echo $programas
su -c "pacman -S $programas"
#su -c "pacman -S xcompmgr transset-df feh tint2 chromium firefox pidgin gimp libreoffice lxterminal thunar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment