[meta] Tap kejadlen/personal

pull/28/head
Alpha Chen 9 years ago
parent 37f2970f96
commit 6b646b7229

@ -9,8 +9,7 @@
git: git:
repo: https://github.com/kejadlen/dotfiles.git repo: https://github.com/kejadlen/dotfiles.git
dest: ~/.dotfiles dest: ~/.dotfiles
version: ansible-2 # TODO Don't check this in - name: update homebrew
- name: Update Homebrew
homebrew: update_homebrew=yes homebrew: update_homebrew=yes
- hosts: os_MacOSX - hosts: os_MacOSX

@ -1,11 +1,11 @@
- name: install Formulae - name: install formulae
homebrew: homebrew:
name: "{{ item.name }}" name: "{{ item.name }}"
install_options: "{{ item.install_options | default(omit) }}" install_options: "{{ item.install_options | default(omit) }}"
state: present state: present
with_items: "{{ formulae }}" with_items: "{{ formulae }}"
- name: link Homebrew apps - name: link homebrew apps
command: /usr/local/bin/brew linkapps command: /usr/local/bin/brew linkapps
- name: create ~/Applications - name: create ~/Applications
@ -16,7 +16,7 @@
ping: ping:
become: yes become: yes
- name: setup Homebrew-Cask - name: setup homebrew/cask
command: /usr/local/bin/brew cask command: /usr/local/bin/brew cask
- name: install casks - name: install casks
@ -29,3 +29,6 @@
- name: install fonts - name: install fonts
homebrew_cask: name=font-{{ item }} state=installed homebrew_cask: name=font-{{ item }} state=installed
with_items: "{{ fonts }}" with_items: "{{ fonts }}"
- name: tap personal homebrew repo
homebrew_tap: tap=kejadlen/personal

Loading…
Cancel
Save