roles/devbox/tasks/dist-macosx.yml

Sun, 14 Jul 2019 04:03:48 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 14 Jul 2019 04:03:48 -0500
changeset 93
14e0c774b916
parent 89
86248a83a3dd
permissions
-rw-r--r--

deprecation fixes

---

# 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

mercurial