From 8c7c773970db5624294086cc40d9420b26bbee52 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 17 Mar 2020 11:31:16 -0700 Subject: [PATCH] brew: universal-ctags --- brew/formulae | 1 - brew/head-only | 1 + brew/install | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 brew/head-only diff --git a/brew/formulae b/brew/formulae index 2bd31c5..83858fc 100644 --- a/brew/formulae +++ b/brew/formulae @@ -1,4 +1,3 @@ -ctags dateutils direnv entr diff --git a/brew/head-only b/brew/head-only new file mode 100644 index 0000000..898ab9f --- /dev/null +++ b/brew/head-only @@ -0,0 +1 @@ +universal-ctags/universal-ctags/universal-ctags diff --git a/brew/install b/brew/install index 363e3ed..00cd9ef 100755 --- a/brew/install +++ b/brew/install @@ -5,4 +5,5 @@ set -euo pipefail CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" comm -13 <(brew list --full-name | sort) <(sort "${CURDIR}/formulae") | xargs brew install +comm -13 <(brew list --full-name | sort) <(sort "${CURDIR}/head-only") | xargs brew install --HEAD comm -13 <(brew cask list) <(sort "${CURDIR}/casks") | xargs brew cask install