Skip to content

Instantly share code, notes, and snippets.

@RichardPovinelli
Created November 26, 2012 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichardPovinelli/4148107 to your computer and use it in GitHub Desktop.
Save RichardPovinelli/4148107 to your computer and use it in GitHub Desktop.
Ubuntu initial apt-get install
#!/bin/sh
# baseInstall
add-apt-repository -y ppa:yannubuntu/boot-repair
add-apt-repository -y ppa:danielrichter2007/grub-customizer
add-apt-repository -y ppa:weather-indicator-team/ppa
add-apt-repository -y ppa:hugin/hugin-builds
add-apt-repository -y ppa:tualatrix/ppa
apt-get update
apt-get install -y boot-repair
apt-get install -y grub-customizer
apt-get install -y weather-indicator
apt-get install -y boost
apt-get install -y build-essential libqt4-core libqt4-dev qt4-dev-tools qt4-designer qt4-doc
apt-get install -y compizconfig-settings-manager compiz-plugins-extra
apt-get install -y dconf-tools
apt-get install -y gnome-tweak-tool
apt-get install p7zip-rar p7zip-full unace unrar zip unzip sharutils rar uudeview mpack lha arj cabextract file-roller
apt-get install -y startupmanager menu
apt-get install -y ubuntu-restricted-extras
apt-get install -y ubuntu-tweak
apt-get install -y flashplugin-installer
apt-get install -y java-common
apt-get install -y synaptic
apt-get install -y default-jdk
apt-get install -y vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment