roles/devbox/tasks/dist-macosx.yml@13c6ba506f26
roles/devbox/tasks/dist-macosx.yml
Sun, 14 Jul 2019 02:35:38 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 14 Jul 2019 02:35:38 -0500
- changeset 87
- 13c6ba506f26
- parent 48
-
af865a84224a
- child 89
-
86248a83a3dd
- permissions
- -rw-r--r--
Stop messing with repositories
---
# have to:
# - install/enable xcode
# - install macports
# - set macports in /etc/paths.d/ ?
- name: Install base packages
macports: name={{item}} state=active
with_items:
- zsh
- MacVim
- ctags
- tmux
- dejavu-fonts
- git
- mercurial
tags: packages, install