From 0b2818a7e9b621e015f726882572e85467b28e93 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sat, 23 Feb 2019 11:56:14 +0000 Subject: [PATCH] Re-add missing Darwin vars. --- .ansible/roles/darwin_desktop/vars/main.yaml | 48 ++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .ansible/roles/darwin_desktop/vars/main.yaml diff --git a/.ansible/roles/darwin_desktop/vars/main.yaml b/.ansible/roles/darwin_desktop/vars/main.yaml new file mode 100644 index 0000000..e3b2d3e --- /dev/null +++ b/.ansible/roles/darwin_desktop/vars/main.yaml @@ -0,0 +1,48 @@ +homebrew_tap_items: + - caskroom/versions + - buo/homebrew-cask-upgrade + +homebrew_brew_items: + - ack + - bash-completion + - curl + - git + - coreutils + - glances + - ipcalc + - mas + - nmap + - p7zip + - psgrep + - pv + - python3 + - rename + - screen + - task + - tree + - vim + - watch + +homebrew_cask_items: + - alfred + - cleanmymac + - enpass + - firefox + - google-drive-file-stream + - google-chrome + - google-hangouts + - handbrake + - iterm2 + - itsycal + - joplin + - keybase + - osxfuse + - resilio-sync + - shiftit + - signal + - sonos + - virtualbox + - visual-studio-code + - whatsapp + - wireshark + - xquartz