|
|
@ -1,6 +1,6 @@
|
|
|
|
---
|
|
|
|
---
|
|
|
|
- homebrew: name=stow
|
|
|
|
- homebrew: name=stow
|
|
|
|
- git: repo=https://github.com/kejadlen/dotfiles.git dest=~/.dotfiles
|
|
|
|
- git: repo=https://github.com/kejadlen/dotfiles.git dest=~/.dotfiles force=no
|
|
|
|
- command: >
|
|
|
|
- command: >
|
|
|
|
chdir={{ ansible_env.HOME }}/.dotfiles
|
|
|
|
chdir={{ ansible_env.HOME }}/.dotfiles
|
|
|
|
stow --stow --target={{ ansible_env.HOME }} {{ item }}
|
|
|
|
stow --stow --target={{ ansible_env.HOME }} {{ item }}
|
|
|
|