Merge branch '6-use-rcm-dotfiles'
This commit is contained in:
commit
709ecd6adf
3 changed files with 7 additions and 3 deletions
2
main.yml
2
main.yml
|
@ -17,7 +17,7 @@
|
|||
tags: ['macos']
|
||||
|
||||
roles:
|
||||
- role: geerlingguy.dotfiles
|
||||
- role: karlmdavis.rcm-dotfiles
|
||||
tags: ['dotfiles']
|
||||
- role: geerlingguy.homebrew
|
||||
tags: ['homebrew']
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
- src: 'geerlingguy.dotfiles'
|
||||
version: '1.2.0'
|
||||
- src: 'karlmdavis.rcm-dotfiles'
|
||||
- src: 'geerlingguy.homebrew'
|
||||
version: '2.9.0'
|
||||
- src: 'geerlingguy.mas'
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
rcm_user: opdavies
|
||||
rcm_repos:
|
||||
- repo: 'https://github.com/opdavies/dotfiles'
|
||||
dest: '/Users/opdavies/.dotfiles'
|
||||
|
||||
dotfiles_repo: "https://github.com/opdavies/dotfiles.git"
|
||||
dotfiles_repo_local_destination: "~/.dotfiles"
|
||||
dotfiles_files:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue