Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Deadairx's full-sized avatar
🦀
Not endorsed by The Rust Foundation™

Cody Deadairx

🦀
Not endorsed by The Rust Foundation™
  • Dallas, Texas
View GitHub Profile
@bashbunni
bashbunni / .zshrc
Created October 27, 2022 21:41
CLI Pomodoro for Mac
# 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"