I want to spice up my Ubuntu installation a bit by adding a theme. I was wondering if there's a way to install it without adding a ppa, or using a .deb
file. I do not want to use root access. I know you can install icon themes locally by placing them in ~/.local/share/icons
. Is there a way similar to this?
Thanks! :)
mkdir ~/.{themes,icons}
– Panther Sep 23 '17 at 20:05