From bbd4d9382f5a104a676348a9f27f4b95e5c4b823 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 14 Jan 2022 17:21:41 +0100 Subject: [PATCH] chore(brew): add glow markdown renderer --- setup/brew.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/brew.sh b/setup/brew.sh index 91e5682..b5628e6 100755 --- a/setup/brew.sh +++ b/setup/brew.sh @@ -44,6 +44,7 @@ brew install git-extras # Small git utilities brew install git-lfs # Git extension for versioning large files brew install git-quick-stats # Simple and efficient way to access statistics in git. brew install github/gh/gh # GitHub command-line tool +brew install glow # Render markdown on the CLI brew install go # The Go programming language brew install gource # Version Control Visualization Tool brew install gpg # GNU Pretty Good Privacy (PGP)