Skip to content

Instantly share code, notes, and snippets.

@wormeyman
Last active August 29, 2015 13:56
Show Gist options
  • Save wormeyman/8894591 to your computer and use it in GitHub Desktop.
Save wormeyman/8894591 to your computer and use it in GitHub Desktop.
Ubuntu 12.04.4 Command to install the apps i prefer, First i open the software properties to enable partner repositories and switch to mirror.pnl.gov/ubuntu, then i add the ppa's for sofware i need, install the apps, and then add guake to the startup.
software-properties-gtk && sudo add-apt-repository -y ppa:danielrichter2007/grub-customizer && sudo add-apt-repository -y ppa:deluge-team/ppa && sudo add-apt-repository -y ppa:otto-kesselgulasch/gimp && sudo apt-get update && sudo apt-get install grub-customizer deluge gimp filezilla p7zip gparted guake vlc git-core compizconfig-settings-manager compiz-plugins nautilus-dropbox ubuntu-restricted-extras && gnome-session-properties
@wormeyman
Copy link
Author

These are the apps i like to add on a fresh Ubuntu install, I also add Google Chrome and Adobe Brackets, if anyone knows a way to add them to this command i would love to know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment