forked from geerlingguy/mac-dev-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.config.yml
97 lines (91 loc) · 1.53 KB
/
default.config.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
downloads: ~/.ansible-downloads/
configure_sudoers: yes
configure_terminal: yes
configure_osx: yes
dotfiles_repo: https://github.com/geerlingguy/dotfiles.git
dotfiles_repo_accept_hostkey: yes
dotfiles_repo_local_destination: ~/Dropbox/Development/GitHub/dotfiles
dotfiles_files:
- .bash_profile
- .gitconfig
- .gitignore
- .inputrc
- .osx
- .vimrc
homebrew_installed_packages:
# - ansible # Installed via Pip.
- autoconf
- bash-completion
- chromedriver
- doxygen
- gettext
- git
- go
- gpg
- hub
- httpie
- iperf
- libdvdcss
- libevent
- packer
- python
- sqlite
- mcrypt
- mysql
- nmap
- npm
- nvm
- php70
- php70-mcrypt
- php70-xdebug
- ssh-copy-id
- cowsay
- readline
- subversion
- openssl
- pv
- drush
- wget
- wrk
homebrew_taps:
- homebrew/core
- caskroom/cask
- homebrew/binary
- homebrew/dupes
- homebrew/php
- homebrew/versions
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- 1password
- docker
- dropbox
# - fing # Download link keeps getting changed, d'oh!
- filezilla
- firefox
- google-chrome
- handbrake
- hipchat
- iterm2
- java
- kdiff3
- licecap
- limechat
- macvim
# - menumeters
# - yujitach-menumeters # Forked version for 10.11+ support.
- nvalt
- phpstorm
- sequel-pro
- skype
- skitch
- slack
- sublime-text
- transmit
- vagrant
- virtualbox
- vlc
# See `geerlingguy.mas` role documentation for usage instructions.
mas_installed_app_ids: []
mas_email: ""
mas_password: ""