From 82a1b133865612513b960f52b1f403c11280d4e1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 21 Nov 2018 09:29:28 +0000 Subject: [PATCH] Add Mac App Store apps via mas to Brewfile --- Brewfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Brewfile b/Brewfile index 3b77251..bd5803b 100644 --- a/Brewfile +++ b/Brewfile @@ -206,4 +206,14 @@ if `hostname -s`.strip == 'noct' cask 'witgui' cask 'xld' cask 'yakyak' + + mas 'Apple Remote Desktop', id: 409_907_375 + mas 'Awaken', id: 404_221_531 + mas 'HTTP Client', id: 418_138_339 + mas 'HiddenMe', id: 467_040_476 + mas 'Medis', id: 1_063_631_769 + mas 'Pocket', id: 568_494_494 + mas 'Reeder 3', id: 880_001_334 + mas 'Textual 7', id: 1_262_957_439 + mas 'feedly', id: 865_500_966 end