From 230438884fc3025a9e1b7abb9f2885b1d9c62124 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 8 Dec 2021 13:12:00 +0100 Subject: [PATCH] chore(homebrew): add universal-ctags replacing ctags --- setup/brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/brew.sh b/setup/brew.sh index bc5a2bb..c5ab3c6 100755 --- a/setup/brew.sh +++ b/setup/brew.sh @@ -25,7 +25,6 @@ brew install cloc # Statistics utility to count lines of c brew install closure-compiler # JavaScript optimizing compiler brew install cmake # Cross-platform make brew install coreutils # GNU File, Shell, and Text utilities -brew install ctags # Reimplementation of ctags(1) brew install curl # Get a file from an HTTP, HTTPS or FTP server brew install denisidoro/tools/navi # An interactive cheatsheet tool for the command-line ➜ navi brew install direnv # Load/unload environment variables based on $PWD @@ -95,6 +94,7 @@ brew install the_silver_searcher # Code-search similar to ack ➜ ag brew install tmate # Instant terminal sharing brew install tmux # Terminal multiplexer brew install tree # Display directories as trees (with optional color/HTML output) +brew install universal-ctags/universal-ctags/universal-ctags --HEAD # A maintained ctag implementation brew install urlview # URL extractor/launcher (needed for tmux-urlview) brew install watchman # Watch files and take action when they change brew install wget # Internet file retriever