1
0
Fork 0

Darwin: Add default homebrew packages

This commit is contained in:
Jeremy Kaplan 2019-09-12 15:16:24 -07:00 committed by Jeremy Kaplan
commit fa308ad7d9
3 changed files with 21 additions and 0 deletions

2
brew/casks Normal file
View file

@ -0,0 +1,2 @@
iterm2
spectacle

16
brew/formulae Normal file
View file

@ -0,0 +1,16 @@
ctags
direnv
entr
fd
fzf
jq
moreutils
mosh
neovim
pyenv
python3
ripgrep
shellcheck
task
tree
wget

3
darwin.conf.yaml Normal file
View file

@ -0,0 +1,3 @@
- shell:
- cat brew/formulae | xargs brew install
- cat brew/casks | xargs brew cask install