Skip to content

Instantly share code, notes, and snippets.

@flyingluscas
Last active February 26, 2019 13:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flyingluscas/d1080807ecb73a4386fee66d6040cf54 to your computer and use it in GitHub Desktop.
Save flyingluscas/d1080807ecb73a4386fee66d6040cf54 to your computer and use it in GitHub Desktop.
My Ubuntu Theme Configurations

My Ubuntu Theme Settings

Install Theme

$ sudo add-apt-repository ppa:noobslab/themes
$ sudo apt-get update
$ sudo apt-get install flatabulous-theme

Install Icons Pack

$ sudo add-apt-repository ppa:noobslab/icons
$ sudo apt-get update
$ sudo apt-get install ultra-flat-icons

Install Ubuntu Tweak

Use Ubuntu Tweak to change the theme and the icons.

$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install ubuntu-tweak

Install Plank Dock

$ sudo add-apt-repository ppa:ricotz/docky -y
$ sudo apt-get update
$ sudo apt-get install plank -y

Starting Plank with the system

On your ubuntu menu search for "session applications", and add a new entry for Plank with the command plank like the image below.

Example

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