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']
|
tags: ['macos']
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: geerlingguy.dotfiles
|
- role: karlmdavis.rcm-dotfiles
|
||||||
tags: ['dotfiles']
|
tags: ['dotfiles']
|
||||||
- role: geerlingguy.homebrew
|
- role: geerlingguy.homebrew
|
||||||
tags: ['homebrew']
|
tags: ['homebrew']
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- src: 'geerlingguy.dotfiles'
|
- src: 'karlmdavis.rcm-dotfiles'
|
||||||
version: '1.2.0'
|
|
||||||
- src: 'geerlingguy.homebrew'
|
- src: 'geerlingguy.homebrew'
|
||||||
version: '2.9.0'
|
version: '2.9.0'
|
||||||
- src: 'geerlingguy.mas'
|
- 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: "https://github.com/opdavies/dotfiles.git"
|
||||||
dotfiles_repo_local_destination: "~/.dotfiles"
|
dotfiles_repo_local_destination: "~/.dotfiles"
|
||||||
dotfiles_files:
|
dotfiles_files:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue