diff options
author | Nikolaos Boutalas <nikolaos@boutalas.me> | 2023-08-07 11:33:19 +0300 |
---|---|---|
committer | Nikolaos Boutalas <nikolaos@boutalas.me> | 2023-08-07 11:46:40 +0300 |
commit | ab8638f541ceba0c7aeaa5a12be78e60b5da2684 (patch) | |
tree | 1866e2fa1373e700654e894f7c691df3ae53e495 /local.yml | |
parent | 3be0015f4e35a73b1174cd74247b0708836efe62 (diff) |
Add dotfiles task
Use stow to automatically copy dotfiles in the correct directories
Diffstat (limited to 'local.yml')
-rw-r--r-- | local.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ - hosts: localhost tasks: - include: tasks/dependencies.yml + - include: tasks/dotfiles.yml |