Skip to content

Instantly share code, notes, and snippets.

@itzVort3x1
Forked from bashbunni/.zshrc
Created February 13, 2023 02:06
Show Gist options
  • Save itzVort3x1/6a5589c98b29bf35e7516b366127fead to your computer and use it in GitHub Desktop.
Save itzVort3x1/6a5589c98b29bf35e7516b366127fead to your computer and use it in GitHub Desktop.

Revisions

  1. @bashbunni bashbunni created this gist Oct 27, 2022.
    15 changes: 15 additions & 0 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    # 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"