Skip to content

Commit

Permalink
homebrew install symlinks and applescrpts
Browse files Browse the repository at this point in the history
  • Loading branch information
jfding committed Nov 3, 2024
1 parent 7d10d0f commit dfa1977
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/brew/todor-bin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@ class TodorBin < Formula

def install
bin.install "todor"
bin.install "today"
bin.install "tomorrow"
on_macos do
bin.install "t2reminders.scpt"
end
end
end

0 comments on commit dfa1977

Please sign in to comment.