Skip to content

Instantly share code, notes, and snippets.

@burhanorkun
Created February 3, 2023 20:41
Show Gist options
  • Save burhanorkun/54a8f595bc09331fcd80b6db772e3141 to your computer and use it in GitHub Desktop.
Save burhanorkun/54a8f595bc09331fcd80b6db772e3141 to your computer and use it in GitHub Desktop.
# first of all install tool
brew install terminal-notifier
brew install caarlos0/tap/timer
# Mac setup for pomo
alias work="timer 60m && say 'Mola verme zamanı dostum! Kalk ve biraz yürüyüşe çık! Biraz su iç!' \
&& terminal-notifier -message 'Pomodoro'\
-title 'Work Timer is up! Take a Break 😊'\
-appIcon 'http://vjeantet.fr/images/logo.png' \
-sound Crystal"
alias rest="timer 10m && say 'Mola bitti, hadi ders çalışma zamanı' \
&& terminal-notifier -message 'Pomodoro'\
-title 'Break is over! Get back to work 😬'\
-appIcon 'http://vjeantet.fr/images/logo.png' \
-sound Crystal"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment