# HG changeset patch # User Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com> # Date 1664601511 -7200 # Node ID 2dcf0ae65d5b3c5de6ad1bdf0a5f60e6bbda9b97 # Parent 128696498485d0a33ad7a215f926d27c2fb953f2 Remove repo from brewfile tap spec (#3) * Remove repo from brewfile tap spec * Remove manual tap from action diff -r 128696498485 -r 2dcf0ae65d5b .github/workflows/test.yml --- a/.github/workflows/test.yml Fri Sep 30 07:32:55 2022 +0000 +++ b/.github/workflows/test.yml Sat Oct 01 07:18:31 2022 +0200 @@ -30,8 +30,5 @@ - name: Initialize chezmoi run: chezmoi init -v zegervdv --branch ${GITHUB_REF##*/} - - name: add tap manually - run: brew tap zegervdv/tools - - name: Apply dotfiles run: chezmoi apply -v diff -r 128696498485 -r 2dcf0ae65d5b dot_Brewfile --- a/dot_Brewfile Fri Sep 30 07:32:55 2022 +0000 +++ b/dot_Brewfile Sat Oct 01 07:18:31 2022 +0200 @@ -2,7 +2,7 @@ tap "homebrew/cask" tap "homebrew/core" tap "universal-ctags/universal-ctags" -tap "zegervdv/tools", "git@github.com:zegervdv/homebrew-tools.git" +tap "zegervdv/tools" brew "bat" brew "fd"