Skip to content

Instantly share code, notes, and snippets.

@voyeg3r
Created November 27, 2017 14:00
Show Gist options
  • Save voyeg3r/fd8c3989d6f5c690e21e1474b950741c to your computer and use it in GitHub Desktop.
Save voyeg3r/fd8c3989d6f5c690e21e1474b950741c to your computer and use it in GitHub Desktop.
# copy this function into your shell, then check your settings
installnumix (){
[ -d ~/.icons ] || mkdir ~/.icons
[ -d ~/.themes ] || mkdir ~/.themes
cd ~/.themes
git clone https://github.com/numixproject/numix-gtk-theme.git
cd ~/.icons
git clone https://github.com/numixproject/numix-icon-theme.git
git clone https://github.com/numixproject/numix-icon-theme-circle.git
cd numix-icon-theme && cp * ..
cp numix-icon-theme-circle && cp * ..
gsettings set org.gnome.desktop.interface gtk-theme "Numix"
gsettings set org.gnome.desktop.wm.preferences theme "Numix"
gsettings set org.gnome.desktop.interface icon-theme "Numix-Circle"
} && installnumix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment