Skip to content

Instantly share code, notes, and snippets.

View Arsham1024's full-sized avatar
🥴

Arsham Mehrani Arsham1024

🥴
View GitHub Profile
@Arsham1024
Arsham1024 / .zshrc
Created February 9, 2023 07:53 — forked from bashbunni/.zshrc
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"