Created
February 3, 2023 20:41
-
-
Save burhanorkun/54a8f595bc09331fcd80b6db772e3141 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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