updated the way the home directory is computed

This commit is contained in:
aminnairi
2023-12-31 18:39:58 +01:00
parent 78b9c70165
commit 582cf8e5bb
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
- name: Install background - name: Install background
synchronize: synchronize:
src: background/background.jpg src: background/background.jpg
dest: "/home/{{ user.name }}/.local/share/backgrounds/background.jpg" dest: "/$HOME/.local/share/backgrounds/background.jpg"
+1 -1
View File
@@ -7,4 +7,4 @@
- name: Felix setup - name: Felix setup
synchronize: synchronize:
src: felix src: felix
dest: "/home/{{ user.name }}/.config" dest: "/$HOME/.config"
+2 -2
View File
@@ -8,9 +8,9 @@
synchronize: synchronize:
delete: true delete: true
src: fish src: fish
dest: "/home/{{ user.name }}/.config" dest: "/$HOME/.config"
- name: Setup OMF - name: Setup OMF
synchronize: synchronize:
delete: true delete: true
src: omf src: omf
dest: "/home/{{ user.name }}/.config" dest: "/$HOME/.config"
+2 -2
View File
@@ -18,8 +18,8 @@
- name: Setup i3 Window Manager - name: Setup i3 Window Manager
synchronize: synchronize:
src: i3 src: i3
dest: "/home/{{ user.name }}/.config" dest: "/$HOME/.config"
- name: Install custom i3status dependencies - name: Install custom i3status dependencies
npm: npm:
path: "/home/{{ user.name }}/.config/i3/i3status" path: "/$HOME/.config/i3/i3status"
state: present state: present
+1 -1
View File
@@ -8,4 +8,4 @@
synchronize: synchronize:
delete: true delete: true
src: kitty src: kitty
dest: "/home/{{ user.name }}/.config" dest: "/$HOME/.config"
+1 -1
View File
@@ -39,7 +39,7 @@
- name: Setup NeoVim for the unprivileged user - name: Setup NeoVim for the unprivileged user
synchronize: synchronize:
src: nvim src: nvim
dest: "/home/{{ user.name }}/.config" dest: "/$HOME/.config"
delete: true delete: true
- name: Setup NeoVim for the administrator user - name: Setup NeoVim for the administrator user
become: true become: true
+1 -1
View File
@@ -22,4 +22,4 @@
- name: Setup Rofi - name: Setup Rofi
synchronize: synchronize:
src: rofi src: rofi
dest: "/home/{{ user.name }}/.config" dest: "/$HOME/.config"
+1 -1
View File
@@ -7,4 +7,4 @@
- name: Setup TMUX - name: Setup TMUX
copy: copy:
src: tmux/tmux.conf src: tmux/tmux.conf
dest: "/home/{{ user.name }}/.tmux.conf" dest: "/$HOME/.tmux.conf"
+1 -1
View File
@@ -42,4 +42,4 @@
- name: Setup Xorg Xinit - name: Setup Xorg Xinit
synchronize: synchronize:
src: xinit/xinitrc src: xinit/xinitrc
dest: "/home/{{ user.name }}/.xinitrc" dest: "/$HOME/.xinitrc"