summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config-desktop/tasks/main.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/config-desktop/tasks/main.yaml b/config-desktop/tasks/main.yaml
index 48b6c6a..eb63217 100644
--- a/config-desktop/tasks/main.yaml
+++ b/config-desktop/tasks/main.yaml
@@ -13,3 +13,25 @@
- ssh
- x
- xdg-user-dirs
+- name: Checkout private dotfiles
+ git:
+ dest: "/home/{{ user_name }}/.local/share/dotfiles-private"
+ repo: "{{ dotfiles_private }}"
+ verify_commit: yes
+- name: Apply private dotfiles
+ command: "stow --target /home/{{ user_name }}/ --dir /home/{{ user_name }}/.local/share/dotfiles-private {{ item }}"
+ with_items:
+ - bash
+ - git
+ - irssi
+ - khard
+ - mbsync
+ - msmtp
+ - netrcpw
+ - notmuch
+ - ssh
+ - streamlink
+ - stterm-vim
+ - vdirsyncer
+ - X11
+ - youtube-dl