Skip to content

Instantly share code, notes, and snippets.

View romaromaromann's full-sized avatar

Roman Baranov romaromaromann

View GitHub Profile
@romaromaromann
romaromaromann / .zshrc
Last active June 12, 2025 05:57 — forked from bashbunni/.zshrc
CLI Pomodoro for Linux
# study stream aliases
# Requires https://github.com/caarlos0/timer to be installed. spd-say should ship with your distro
declare -A pomo_options
pomo_options["work"]="25"
pomo_options["break"]="5"
pomodoro () {
local session=$1
local nosound=$2