1
0
Fork 0

brew: universal-ctags

This commit is contained in:
Jeremy Kaplan 2020-03-17 11:31:16 -07:00
commit 8c7c773970
3 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,3 @@
ctags
dateutils dateutils
direnv direnv
entr entr

1
brew/head-only Normal file
View file

@ -0,0 +1 @@
universal-ctags/universal-ctags/universal-ctags

View file

@ -5,4 +5,5 @@ set -euo pipefail
CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" 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}/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 comm -13 <(brew cask list) <(sort "${CURDIR}/casks") | xargs brew cask install