Skip to content

Instantly share code, notes, and snippets.

@maxcelos
Created March 9, 2017 10:50
Show Gist options
  • Save maxcelos/67273fcf16aea0ecd307c20e30059fc6 to your computer and use it in GitHub Desktop.
Save maxcelos/67273fcf16aea0ecd307c20e30059fc6 to your computer and use it in GitHub Desktop.

How to customize ubuntu with Arc-Theme + Numix icons

  1. Install Unity Tweak Tool
sudo apt-get install unity-tweak-tool
  1. Add Arc repository
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/arc-theme.list"

wget -nv http://download.opensuse.org/repositories/home:Horst3180/xUbuntu_16.04/Release.key -O Release.key

sudo apt-key add - < Release.key

sudo apt-get update
  1. Install Arc-Theme
sudo apt-get install arc-theme
  1. Add Numix repository and install it
sudo apt-add-repository ppa:numix/ppa

sudo apt-get update

sudo apt-get install numix-icon-theme numix-icon-theme-circle
  1. Setup theme and icons on Unity Tweak Tool application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment