parent
4fec928499
commit
4a1aa5851b
@ -1 +0,0 @@
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtNVr7YQs2r7lB7CyGRY2/GW2WYqs1NbPCFu3IYGOGXhKn8A8dA1pL7Jvs/njufrkbVh6CQ0fkQgf7AtTL7q+KORyh7VDawg4euqYRhyyJl+vlZAI0hRnF6qoPy9s3j2CI/9EbmAmAvNbsp6kCpsg0RB5ik0Q+pr7PBORGnAew8JOo6zEuUOOBwIldK/TXLaO9SowSHtCdq9tHXl/2X2mP8hhT0BOSLDbQFK0vJii0Dy0QrktSFZRDbs+8e20HxkyKPu4+rOmQfR/ymE3YdSxLLgcXe/zDIMZiTQrI2Lsc2PcE56NeXNXtmr3ZlnO5LLaZGqdOvKDE6x6PTd2q1l0/ alpha@mirepoix.local
|
@ -1,34 +1,12 @@
|
||||
- name: install formulae
|
||||
homebrew:
|
||||
name: "{{ item.name }}"
|
||||
install_options: "{{ item.install_options | default(omit) }}"
|
||||
state: present
|
||||
with_items: "{{ formulae }}"
|
||||
- name: install homebrew-bundle
|
||||
command: brew tap Homebrew/bundle
|
||||
|
||||
- name: link homebrew apps
|
||||
command: /usr/local/bin/brew linkapps
|
||||
|
||||
- name: create ~/Applications
|
||||
file: path={{ ansible_env.HOME }}/Applications state=directory
|
||||
|
||||
# This is necessary since we want to enable sudo when setting up Homebrew-Cask.
|
||||
# Not sure if this is needed anymore - was used for installing casks
|
||||
- name: authenticate sudo
|
||||
ping:
|
||||
become: yes
|
||||
|
||||
- name: setup homebrew/cask
|
||||
command: /usr/local/bin/brew cask
|
||||
|
||||
- name: install casks
|
||||
homebrew_cask: name={{ item }} state=installed
|
||||
with_items: "{{ casks }}"
|
||||
|
||||
- name: tap caskroom/fonts
|
||||
homebrew_tap: tap=caskroom/fonts state=present
|
||||
|
||||
- name: install fonts
|
||||
homebrew_cask: name=font-{{ item }} state=installed
|
||||
with_items: "{{ fonts }}"
|
||||
|
||||
- name: tap personal homebrew repo
|
||||
homebrew_tap: tap=kejadlen/personal
|
||||
- name: homebrew-bundle install
|
||||
command: brew bundle
|
||||
args:
|
||||
chdir: ~/.dotfiles
|
||||
|
@ -1,54 +0,0 @@
|
||||
formulae:
|
||||
- name: ctags
|
||||
- name: direnv
|
||||
- name: fasd
|
||||
- name: git
|
||||
- name: macvim
|
||||
install_options: with-override-system-vim
|
||||
- name: reattach-to-user-namespace
|
||||
- name: terminal-notifier
|
||||
- name: the_silver_searcher
|
||||
- name: tmux
|
||||
- name: tree
|
||||
- name: youtube-dl
|
||||
- name: zsh
|
||||
|
||||
casks:
|
||||
- 1password
|
||||
- acorn
|
||||
- adium
|
||||
- alfred
|
||||
- arq
|
||||
- bartender
|
||||
- bitbar
|
||||
- bittorrent-sync
|
||||
- black-ink
|
||||
- colloquy
|
||||
- dash
|
||||
- disk-inventory-x
|
||||
- dropbox
|
||||
- fantastical
|
||||
- firefox
|
||||
- flux
|
||||
- google-chrome
|
||||
- hammerspoon
|
||||
- kindle
|
||||
- little-snitch
|
||||
- moom
|
||||
- night-owl
|
||||
- openscad
|
||||
- plug
|
||||
- qlmarkdown
|
||||
- qlstephen
|
||||
- quicklook-csv
|
||||
- quicklook-json
|
||||
- slack
|
||||
- steam
|
||||
- taskpaper
|
||||
- things
|
||||
- transmission
|
||||
- vlc
|
||||
|
||||
fonts:
|
||||
- hack
|
||||
- sauce-code-powerline
|
Loading…
Reference in new issue