Skip to content

Instantly share code, notes, and snippets.

View j-monteiro's full-sized avatar
🤘

João Monteiro j-monteiro

🤘
View GitHub Profile
@j-monteiro
j-monteiro / timer_in_terminal.sh
Last active December 13, 2022 22:13
Timer in terminal
brew install caarlos0/tap/timer
brew install terminal-notifier
brew install lolcat
# requires go dev env to exist on the machine
go get -u github.com/open-pomodoro/openpomodoro-cli/cmd/pomodorogo
alias work="echo 'we are working 🎅' | lolcat && timer 45m"
alias break="echo 'happy break time! ⛄' | lolcat && timer 10m"