From c7f791c5393d8912939e33e2546e9d7b21a810e7 Mon Sep 17 00:00:00 2001 From: Takumasa Sakao Date: Sun, 29 Dec 2024 17:29:01 +0900 Subject: [PATCH] Customize install process --- .goreleaser.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index ecbec5b..2b62c14 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -46,3 +46,7 @@ brews: homepage: https://github.com/sachaos/todoist description: Todoist CLI client skip_upload: auto + install: | + bin.install "todoist" + zsh_completion.install "todoist_functions.sh" => "_todoist_peco" + zsh_completion.install "todoist_functions_fzf.sh" => "_todoist_fzf"