Skip to content

Instantly share code, notes, and snippets.

@Sam-Gram
Last active February 7, 2019 23:30
Show Gist options
  • Save Sam-Gram/2b2657d06c2b9c48012b80fe30a09d82 to your computer and use it in GitHub Desktop.
Save Sam-Gram/2b2657d06c2b9c48012b80fe30a09d82 to your computer and use it in GitHub Desktop.
enable_gnome_stuff.sh
# Add below line to .bashrc then source .bashrc
gnome-shell-extension-cl -l | egrep "pomodoro|TopIcons|caffeine|openweather|EasyScreen|deskchange|pomodoro" | awk '{print $1}' | xargs -L1 gnome-shell-extension-cl -e
# if gnome-shell-extension-cl is missing do:
# sudo wget https://raw.githubusercontent.com/cyberalex4life/gnome-shell-extension-cl/master/gnome-shell-extension-cl -O /usr/local/bin/gnome-shell-extension-cl && sudo chmod +x /usr/local/bin/gnome-shell-extension-cl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment