From 51a24ed90fa4139ac9a2c76f7597d44e67917334 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 23 Sep 2022 16:46:20 +0200 Subject: [PATCH] chore(brew): add GitHub CLI --- setup/brew.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/brew.sh b/setup/brew.sh index 72e44f8..89f6339 100755 --- a/setup/brew.sh +++ b/setup/brew.sh @@ -44,6 +44,7 @@ brew install flow # Static type checker for JavaScript brew install fontforge # Command-line outline and bitmap font editor/converter brew install freetype # Software library to render fonts brew install gcc # GNU compiler collection +brew install gh # GitHub command-line tool brew install giflib # GIF library using patented LZW algorithm brew install git # Distributed revision control system brew install git-extras # Small git utilities @@ -52,12 +53,12 @@ brew install git-lfs # Git extension for versioning large fil 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 gnu-sed # GNU implementation of the famous stream editor brew install go # The Go programming language brew install gource # Version Control Visualization Tool brew install gpg # GNU Pretty Good Privacy (PGP) brew install grex # Command-line tool for generating regular expressions brew install gsl # Numerical library for C and C++ -brew install gnu-sed # GNU implementation of the famous stream editor brew install highlight # Convert source code to formatted text with syntax highlighting brew install htop # Improved top brew install httpie # User-friendly cURL replacement (command-line HTTP client