Darwin: Add default homebrew packages
This commit is contained in:
parent
405e84f408
commit
fa308ad7d9
3 changed files with 21 additions and 0 deletions
2
brew/casks
Normal file
2
brew/casks
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
iterm2
|
||||||
|
spectacle
|
||||||
16
brew/formulae
Normal file
16
brew/formulae
Normal 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
3
darwin.conf.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
- shell:
|
||||||
|
- cat brew/formulae | xargs brew install
|
||||||
|
- cat brew/casks | xargs brew cask install
|
||||||
Loading…
Add table
Add a link
Reference in a new issue