-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathosx_playbook.yml
83 lines (76 loc) · 1.66 KB
/
osx_playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
- hosts: localhost
connection: local
tasks:
- name: Tap Homebrew Repos
homebrew_tap: name={{ item }} state=present
with_items:
- homebrew/versions
- caskroom/versions
- caskroom/cask
- caskroom/fonts
- name: Install Homebrew Formulae
homebrew: name={{ item }} state=present
with_items:
- wget
- ack
- git
- gnu-sed
- imagemagick
- brew-cask
- tree
- tmux
- rcm
- rename
- trash
- fish
- webkit2png
- z
- name: Install ruby gems
gem: name={{ item }} state=latest
with_items:
- hcl
- tmuxinator
- name: Install Weechat with Python and Perl
homebrew: name=weechat state=present install_options=with-python,with-perl
- name: Install MacVim and override system Vim
homebrew: name=macvim state=present install_options=override-system-vim
- name: Install Homebrew Casks
homebrew_cask: name={{ item }} state=present
with_items:
- alfred
- amethyst
- android-file-transfer
- appcleaner
- bartender
- bettertouchtool
- calibre
- colorpicker
- colorpicker-skalacolor
- daisydisk
- dropbox
- emacs
- filezilla
- firefox
- font-sauce-code-powerline
- font-source-code-pro
- google-chrome
- iterm2
- karabiner
- lighttable
- razer-synapse
- seil
- slack
- spectacle
- spotify
- sublime-text3
- teamviewer
- totalfinder
- transmission
- transmit
- unetbootin
- vagrant
- virtualbox
- vlc
- witch
- xampp