Initial commit
This commit is contained in:
commit
a4bde3b4f3
24
config.yml
Normal file
24
config.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
dotfiles_repo: "https://github.com/opdavies/dotfiles.git"
|
||||
dotfiles_repo_local_destination: "~/.dotfiles"
|
||||
dotfiles_files:
|
||||
- .gitconfig
|
||||
- .gitignore-global
|
||||
|
||||
homebrew_installed_packages:
|
||||
- ssh-copy-id
|
||||
- wget
|
||||
|
||||
homebrew_cask_apps:
|
||||
- alfred
|
||||
- cyberduck
|
||||
- filezilla
|
||||
- firefox
|
||||
- google-chome
|
||||
- hipchat
|
||||
- iterm2
|
||||
- sequel-pro
|
||||
- skype
|
||||
- sublime-text
|
||||
- phpstorm
|
||||
- virtualbox
|
10
playbook.yml
Normal file
10
playbook.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- hosts: all
|
||||
|
||||
vars_files:
|
||||
- config.yml
|
||||
|
||||
roles:
|
||||
- { role: geerlingguy.homebrew, tags: brew }
|
||||
- { role: geerlingguy.dotfiles, tags: dotfiles }
|
||||
- { role: opdavies.sculpin, tags: sculpin }
|
4
requirements.yml
Normal file
4
requirements.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
- src: geerlingguy.homebrew
|
||||
- src: geerlingguy.dotfiles
|
||||
- src: opdavies.sculpin
|
Loading…
Reference in a new issue