diff options
Diffstat (limited to 'config-desktop')
-rw-r--r-- | config-desktop/tasks/main.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config-desktop/tasks/main.yaml b/config-desktop/tasks/main.yaml new file mode 100644 index 0000000..48b6c6a --- /dev/null +++ b/config-desktop/tasks/main.yaml @@ -0,0 +1,15 @@ +--- +- name: Apply dotfiles + command: "stow --target /home/{{ user_name }}/ --dir /home/{{ user_name }}/.local/share/dotfiles {{ item }}" + with_items: + - dunst + - i3 + - i3status + - latexmk + - less + - mailcap + - notmuch + - pass + - ssh + - x + - xdg-user-dirs |