From c9c2eca858eed4169e2b400d0a981d16359666d4 Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Tue, 18 May 2021 17:09:21 +0200 Subject: [PATCH] Add ctags to brew install --- brew.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/brew.sh b/brew.sh index da66062..c4f8888 100644 --- a/brew.sh +++ b/brew.sh @@ -17,3 +17,4 @@ brew install ripgrep brew install fzf brew install direnv brew install jq +brew install ctags