Created
November 27, 2017 14:00
-
-
Save voyeg3r/fd8c3989d6f5c690e21e1474b950741c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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