Skip to content

Instantly share code, notes, and snippets.

@thomhastings
Last active March 31, 2017 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomhastings/fdf0144a6f36230c1adf111746290d10 to your computer and use it in GitHub Desktop.
Save thomhastings/fdf0144a6f36230c1adf111746290d10 to your computer and use it in GitHub Desktop.
#!/bin/bash
####################################
# Get Buuf Icon Theme script
# by Thom Hastings 2017
# BSD 3-clause License
# tested Kali 2016.2
####################################
cd /tmp
wget buuficontheme.free.fr -r -l1 --no-parent -A.tar.xz
cd /usr/share/icons
tar xvJf /tmp/buuficontheme.free.fr/*.tar.xz
gsettings set org.gnome.desktop.interface icon-theme 'buuf3.22'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment