From ab8638f541ceba0c7aeaa5a12be78e60b5da2684 Mon Sep 17 00:00:00 2001 From: Nikolaos Boutalas Date: Mon, 7 Aug 2023 11:33:19 +0300 Subject: Add dotfiles task Use stow to automatically copy dotfiles in the correct directories --- tasks/dotfiles.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tasks/dotfiles.yml (limited to 'tasks') diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml new file mode 100644 index 0000000..cf64d9e --- /dev/null +++ b/tasks/dotfiles.yml @@ -0,0 +1,5 @@ + +- name: Stow dotfiles + shell: cd dotfiles && for dir in *; do (stow $dir -t ~); done + tags: + - dotfiles -- cgit v1.2.3