OSS 2567
- Poweradmin
- MediaWiki
- sudo snap install termdown pomo
- sudo apt-get install gnustep-gui-runtime
- sudo apt-get install speech-dispatcher spd-say
- brew install caarlos0/tap/timer
- brew install terminal-notifier
- winget install -e –id 9N98PRCFC5G6 (Resource Monitors)
.zshrc
I’ll be doing another one for Linux, but this one will give you
a pop up notification and sound alert (using the built-in sounds for macOS)
Requires https://github.com/caarlos0/timer to be installed
Mac setup for pomo
alias work=“timer 60m && terminal-notifier -message ‘Pomodoro’
-title ‘Work Timer is up! Take a Break 😊’
-appIcon ‘~/Pictures/pumpkin.png’
-sound Crystal”
alias rest="timer 10m && terminal-notifier -message 'Pomodoro'\
-title 'Break is over! Get back to work 😬'\
-appIcon '~/Pictures/pumpkin.png'\
-sound Crystal"