fixed the path to the user's home directory for dotfiles

This commit is contained in:
aminnairi
2023-12-30 19:36:38 +01:00
parent 675a12606c
commit e40820b146
8 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -8,9 +8,9 @@
synchronize:
delete: true
src: fish
dest: /$HOME/.config
dest: "/home/{{ user.name }}/.config"
- name: Setup OMF
synchronize:
delete: true
src: omf
dest: /$HOME/.config
dest: "/home/{{ user.name }}/.config"
+1 -1
View File
@@ -12,4 +12,4 @@
- name: Setup Fonts
synchronize:
src: fontconfig
dest: /$HOME/.config
dest: "/home/{{ user.name }}/.config"
+2 -2
View File
@@ -18,8 +18,8 @@
- name: Setup i3 Window Manager
synchronize:
src: i3
dest: /$HOME/.config
dest: "/home/{{ user.name }}/.config"
- name: Install custom i3status dependencies
npm:
path: /$HOME/.config/i3/i3status
path: "/home/{{ user.name }}/.config/i3/i3status"
state: present
+1 -1
View File
@@ -8,4 +8,4 @@
synchronize:
delete: true
src: kitty
dest: /$HOME/.config
dest: "/home/{{ user.name }}/.config"
+1 -1
View File
@@ -39,7 +39,7 @@
- name: Setup NeoVim for the unprivileged user
synchronize:
src: nvim
dest: /$HOME/.config
dest: "/home/{{ user.name }}/.config"
delete: true
- name: Setup NeoVim for the administrator user
become: true
+1 -1
View File
@@ -22,4 +22,4 @@
- name: Setup Rofi
synchronize:
src: rofi
dest: /$HOME/.config
dest: "/home/{{ user.name }}/.config"
+1 -1
View File
@@ -7,4 +7,4 @@
- name: Setup TMUX
copy:
src: tmux/tmux.conf
dest: /$HOME/.tmux.conf
dest: "/home/{{ user.name }}/.tmux.conf"
+1 -1
View File
@@ -32,4 +32,4 @@
- name: Setup Xorg Xinit
synchronize:
src: xinit/xinitrc
dest: /$HOME/.xinitrc
dest: "/home/{{ user.name }}/.xinitrc"