forked from geerlingguy/mac-dev-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.config.yml
78 lines (72 loc) · 1.25 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
---
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
- gifsicle
- git
- go
- gpg
- hub
- httpie
- iperf
- libevent
- sqlite
- mcrypt
- nmap
- npm
- nvm
- ssh-copy-id
- cowsay
- readline
- openssl
- pv
- wget
- wrk
homebrew_taps:
- homebrew/core
- caskroom/cask
- homebrew/binary
- homebrew/dupes
- homebrew/php
- homebrew/versions
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- docker
- dropbox
# - fing # Download link keeps getting changed, d'oh!
- firefox
- google-chrome
- handbrake
- licecap
- limechat
- macvim
- nvalt
- sequel-pro
- skitch
- slack
- sublime-text
- transmit
- vagrant
- virtualbox
# See `geerlingguy.mas` role documentation for usage instructions.
mas_installed_apps: []
mas_email: ""
mas_password: ""