diff --git a/brew/casks b/brew/casks new file mode 100644 index 0000000..7cbeb3b --- /dev/null +++ b/brew/casks @@ -0,0 +1,2 @@ +iterm2 +spectacle diff --git a/brew/formulae b/brew/formulae new file mode 100644 index 0000000..76c95c2 --- /dev/null +++ b/brew/formulae @@ -0,0 +1,16 @@ +ctags +direnv +entr +fd +fzf +jq +moreutils +mosh +neovim +pyenv +python3 +ripgrep +shellcheck +task +tree +wget diff --git a/darwin.conf.yaml b/darwin.conf.yaml new file mode 100644 index 0000000..f41ee6b --- /dev/null +++ b/darwin.conf.yaml @@ -0,0 +1,3 @@ +- shell: + - cat brew/formulae | xargs brew install + - cat brew/casks | xargs brew cask install