Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2022-11-08 14:21:56 +0300
committerMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2022-11-08 14:21:56 +0300
commit7d41f2beb8f108f8b4d231278937705bb1c6abd4 (patch)
treebba5245589b1f331cf555f7790f4bb53a6869604 /Brewfile
parent21b72ad88b07ecec2ea80bb5750d0062862befb8 (diff)
Link to Brewfile and add comments to it
Diffstat (limited to 'Brewfile')
-rw-r--r--Brewfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile
index ee11f9dd..d359fd74 100644
--- a/Brewfile
+++ b/Brewfile
@@ -1,5 +1,7 @@
+# Install on all OSes
brew "hadolint"
brew "jq"
brew "yamllint"
+# Install on Mac only
brew "gnupg" if OS.mac?