Ansible: another take a using Ansible to set up dotfiles
This commit is contained in:
parent
be6b93cdde
commit
72896c3feb
6 changed files with 62 additions and 0 deletions
4
Ansible/facts/dotfiles.fact
Executable file
4
Ansible/facts/dotfiles.fact
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
dotfiles_root=$(git rev-parse --show-toplevel)
|
||||
echo "{ \"path\": \"${dotfiles_root}\" }"
|
Loading…
Add table
Add a link
Reference in a new issue