Skip to content

Commit

Permalink
Tidy up macOS brew packages a bit
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <marcus@utf9k.net>
  • Loading branch information
marcus-crane committed Dec 6, 2023
1 parent 2f3b64b commit 7e90ba6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions run_once_01_packages-darwin.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ cask "iterm2", args: { force: true }
cask "keka", args: { force: true }
cask "kekaexternalhelper", args: { force: true }
cask "obsidian", args: { force: true }
cask "october", args: { force: true } # Hey, that's me!
cask "postgres-unofficial", args: { force: true }
cask "plexamp", args: { force: true }
cask "pycharm", args: { force: true }
Expand All @@ -151,13 +152,10 @@ cask "vlc", args: { force: true }
# mac app store
mas "iA Writer", id: 775737590
mas "Book Track", id: 1496543317
mas "Crouton", id: 1461650987
mas "Parcel", id: 639968404
mas "Shazam", id: 897118787
mas "Tailscale", id: 1475387142

# TestFlight is only available on macOS 12+
{{- if (ne (output "sw_vers" "-productVersion" | trim) "12.0") }}mas "TestFlight", id: 899247664{{ end }}
mas "TestFlight", id: 899247664 # Only available on macOS 12+

EOF

Expand Down

0 comments on commit 7e90ba6

Please sign in to comment.