Skip to content

Instantly share code, notes, and snippets.

@arthurcgusmao
Last active May 30, 2018 13:22
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 arthurcgusmao/aa1568fc1adcb370a7b0c6a17a978dc5 to your computer and use it in GitHub Desktop.
Save arthurcgusmao/aa1568fc1adcb370a7b0c6a17a978dc5 to your computer and use it in GitHub Desktop.
Install gnome-pomodoro Ubuntu
# from http://www.webupd8.org/2017/02/gnome-pomodoro-pomodoro-timer-with.html
sudo apt remove gnome-shell-pomodoro gnome-shell-pomodoro-data
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/kamilprusko/xUbuntu_$(lsb_release -rs)/ /' > /etc/apt/sources.list.d/gnome-pomodoro.list"
wget http://download.opensuse.org/repositories/home:kamilprusko/xUbuntu_$(lsb_release -rs)/Release.key -O - | sudo apt-key add -
sudo apt update
sudo apt install gnome-pomodoro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment