From 7e536d096b58eee0def9315822d41c36cbec7a78 Mon Sep 17 00:00:00 2001 From: Joe Lillibridge Date: Wed, 30 Oct 2024 11:46:43 -0500 Subject: [PATCH] wip --- .config/homebrew/{.Brewfile => .Brewfile##template} | 11 +++++++++++ 1 file changed, 11 insertions(+) rename .config/homebrew/{.Brewfile => .Brewfile##template} (87%) diff --git a/.config/homebrew/.Brewfile b/.config/homebrew/.Brewfile##template similarity index 87% rename from .config/homebrew/.Brewfile rename to .config/homebrew/.Brewfile##template index c883af1..559f89e 100644 --- a/.config/homebrew/.Brewfile +++ b/.config/homebrew/.Brewfile##template @@ -1,3 +1,6 @@ +# WARNING: Do not edit this file. +# It was generated by processing {{ yadm.source }} + cask_args appdir: "/Applications", require_sha: true # Taps @@ -78,15 +81,19 @@ cask "iterm2" cask "obsidian" cask "suspicious-package" +{% if yadm.class == "Home" %} # Casks (Home) cask "discord" cask "mountain-duck" cask "netnewswire" cask "numi" +{% endif %} +{% if yadm.class == "Work" %} # Casks (Work) cask "slack" brew "slacknimate" +{% endif %} # MAS mas "1Password for Safari", id: 1569813296 @@ -96,12 +103,16 @@ mas "SnippetsLab", id: 1006087419 mas "StopTheMadness Pro", id: 6471380298 mas "The Unarchiver", id: 425424353 +{% if yadm.class == "Home" %} # MAS (Home) mas "Folder Tidy", id: 486626129 mas "Messenger", id: 1480068668 mas "PCalc", id: 403504866 mas "Shazam", id: 897118787 mas "Yubico Authenticator", id: 1497506650 +{% endif %} +{% if yadm.class == "Work" %} # MAS (Work) mas "Compressor", id: 424390742 +{% endif %}