Skip to content

Instantly share code, notes, and snippets.

@rhoconlinux
Last active June 6, 2016 15:53
Show Gist options
  • Select an option

  • Save rhoconlinux/a14e128135562b649b50 to your computer and use it in GitHub Desktop.

Select an option

Save rhoconlinux/a14e128135562b649b50 to your computer and use it in GitHub Desktop.
plank preferences installer
#!/bin/bash
cd /tmp
rm plank-preferences.dockitem;
plank-preferences.sh;
rm p-p-dockitem-c.sh;
rm $HOME/.local/share/applications/plank-preferences.desktop;
rm $HOME/.config/plank/dock1/launchers/plank-preferences.dockitem
clear
#launcher, desktop file
wget http://ur1.ca/k5kkz -O plank-preferences.desktop
cp plank-preferences.desktop $HOME/.local/share/applications
chmod +x $HOME/.local/share/applications/plank-preferences.desktop
clear
#dockitem creator
wget http://ur1.ca/k5kgp -O p-p-dockitem-c.sh
bash p-p-dockitem-c.sh
clear
cd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment