From 204e596b2fecd41144b5d36554164884533f6884 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Fri, 11 Oct 2024 10:58:21 +0200 Subject: [PATCH] feat(macos): add dive & just --- macos/Brewfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macos/Brewfile b/macos/Brewfile index 4149b4f..95151af 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -37,8 +37,10 @@ brew 'b2-tools' brew 'gh' # GitHub CLI # Infrastructure tools +brew 'just' # Better than makefiles brew 'ansible' brew 'ansible-lint' +brew 'dive' # Inspect container images # Git tools brew 'git-delta' # Nice diff viewer