summaryrefslogtreecommitdiff
path: root/config-desktop/tasks/main.yaml
blob: 48b6c6a84a785cdf8948ba32f38655324c99dbf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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