From fa308ad7d9637a0bdc6ab7087ff367bcf12b64ba Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 12 Sep 2019 15:16:24 -0700 Subject: [PATCH] Darwin: Add default homebrew packages --- brew/casks | 2 ++ brew/formulae | 16 ++++++++++++++++ darwin.conf.yaml | 3 +++ 3 files changed, 21 insertions(+) create mode 100644 brew/casks create mode 100644 brew/formulae create mode 100644 darwin.conf.yaml 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