Skip to content

Instantly share code, notes, and snippets.

@Bengt
Created August 31, 2011 23:07
Show Gist options
  • Save Bengt/1185006 to your computer and use it in GitHub Desktop.
Save Bengt/1185006 to your computer and use it in GitHub Desktop.
themeselector install bash script
#!/bin/sh
wget -c http://www.fpmurphy.com/gnome-shell-extensions/themeselector-0.9.tar.gz
tar -xvzf themeselector-*.tar.gz
rm themeselector-*.tar.gz
mkdir -p ~/.local/share/gnome-shell/extensions/themeselector@fpmurphy.com/
mv ./extension.js ~/.local/share/gnome-shell/extensions/themeselector@fpmurphy.com/
mv metadata.json ~/.local/share/gnome-shell/extensions/themeselector@fpmurphy.com/
mv ./Adwaita/ ~/.themes/
mv ./ANewHope ~/.themes/
mv ./SmoothInsert ~/themes/
mv ./Elementary ~/.themes/
mv ./DeviantArt ~/.themes/
mv ./DarkGlass ~/.themes/
mv ./Atolm ~/.themes/
rm README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment