1
0
Fork 0

brew: Use a Brewfile instead of a custom script

This commit is contained in:
Jeremy Kaplan 2020-04-15 18:21:17 -07:00
commit ef41ce32a3
6 changed files with 653 additions and 34 deletions

41
brew/Brewfile Normal file
View file

@ -0,0 +1,41 @@
tap "caskroom/versions"
tap "github/gh"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "universal-ctags/universal-ctags"
brew "dateutils"
brew "direnv"
brew "entr"
brew "fd"
brew "ffmpeg"
brew "fzf"
brew "git"
brew "github/gh/gh"
brew "gnu-units"
brew "gnupg"
brew "hub"
brew "jq"
brew "moreutils"
brew "mosh"
brew "neovim"
brew "pyenv"
brew "python"
brew "ripgrep"
brew "shellcheck"
brew "task"
brew "tig"
brew "tree"
brew "universal-ctags/universal-ctags/universal-ctags", args: ["HEAD"]
brew "watch"
brew "wget"
brew "youtube-dl"
cask "iterm2"
cask "karabiner-elements"
cask "libreoffice"
cask "spectacle"
cask "spotify"
cask "vlc"