Skip to content

Instantly share code, notes, and snippets.

@fdaciuk
Created April 18, 2014 13:27
Show Gist options
  • Save fdaciuk/11044259 to your computer and use it in GitHub Desktop.
Save fdaciuk/11044259 to your computer and use it in GitHub Desktop.

#Elementary OS

Post Install Routine

###First Update sudo apt-get update && sudo apt-get dist-upgrade

###Kernel Updates sudo apt-get install linux-generic-lts-raring

###Essential sudo apt-get install build-essential ubuntu-restricted-extras vim deborphan

###Elementary-tweak sudo add-apt-repository ppa:elementary-os/daily sudo apt-add-repository ppa:versable/elementary-update sudo apt-get update sudo apt-get install elementary-tweak

###Oracle jdk7 sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer

###Themes, Icons, Wallpapers & Fonts sudo add-apt-repository ppa:fsvh/pacifica-icon-theme sudo apt-get update sudo apt-get install elementary-harvey-theme elementary-plastico-theme sudo apt-get install elementary-thirdparty-icons pacifica-icon-theme sudo apt-get install elementary-wallpaper-collection sudo apt-get install ttf-ubuntu-font-family ttf-ubuntu-title

###System Clean sudo apt-get autoclean sudo apt-get -f install sudo apt-get autoremove

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