mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
fixed the path to the user's home directory for dotfiles
This commit is contained in:
@@ -8,9 +8,9 @@
|
|||||||
synchronize:
|
synchronize:
|
||||||
delete: true
|
delete: true
|
||||||
src: fish
|
src: fish
|
||||||
dest: /$HOME/.config
|
dest: "/home/{{ user.name }}/.config"
|
||||||
- name: Setup OMF
|
- name: Setup OMF
|
||||||
synchronize:
|
synchronize:
|
||||||
delete: true
|
delete: true
|
||||||
src: omf
|
src: omf
|
||||||
dest: /$HOME/.config
|
dest: "/home/{{ user.name }}/.config"
|
||||||
|
|||||||
@@ -12,4 +12,4 @@
|
|||||||
- name: Setup Fonts
|
- name: Setup Fonts
|
||||||
synchronize:
|
synchronize:
|
||||||
src: fontconfig
|
src: fontconfig
|
||||||
dest: /$HOME/.config
|
dest: "/home/{{ user.name }}/.config"
|
||||||
|
|||||||
@@ -18,8 +18,8 @@
|
|||||||
- name: Setup i3 Window Manager
|
- name: Setup i3 Window Manager
|
||||||
synchronize:
|
synchronize:
|
||||||
src: i3
|
src: i3
|
||||||
dest: /$HOME/.config
|
dest: "/home/{{ user.name }}/.config"
|
||||||
- name: Install custom i3status dependencies
|
- name: Install custom i3status dependencies
|
||||||
npm:
|
npm:
|
||||||
path: /$HOME/.config/i3/i3status
|
path: "/home/{{ user.name }}/.config/i3/i3status"
|
||||||
state: present
|
state: present
|
||||||
|
|||||||
@@ -8,4 +8,4 @@
|
|||||||
synchronize:
|
synchronize:
|
||||||
delete: true
|
delete: true
|
||||||
src: kitty
|
src: kitty
|
||||||
dest: /$HOME/.config
|
dest: "/home/{{ user.name }}/.config"
|
||||||
|
|||||||
@@ -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/.config
|
dest: "/home/{{ user.name }}/.config"
|
||||||
delete: true
|
delete: true
|
||||||
- name: Setup NeoVim for the administrator user
|
- name: Setup NeoVim for the administrator user
|
||||||
become: true
|
become: true
|
||||||
|
|||||||
@@ -22,4 +22,4 @@
|
|||||||
- name: Setup Rofi
|
- name: Setup Rofi
|
||||||
synchronize:
|
synchronize:
|
||||||
src: rofi
|
src: rofi
|
||||||
dest: /$HOME/.config
|
dest: "/home/{{ user.name }}/.config"
|
||||||
|
|||||||
@@ -7,4 +7,4 @@
|
|||||||
- name: Setup TMUX
|
- name: Setup TMUX
|
||||||
copy:
|
copy:
|
||||||
src: tmux/tmux.conf
|
src: tmux/tmux.conf
|
||||||
dest: /$HOME/.tmux.conf
|
dest: "/home/{{ user.name }}/.tmux.conf"
|
||||||
|
|||||||
@@ -32,4 +32,4 @@
|
|||||||
- name: Setup Xorg Xinit
|
- name: Setup Xorg Xinit
|
||||||
synchronize:
|
synchronize:
|
||||||
src: xinit/xinitrc
|
src: xinit/xinitrc
|
||||||
dest: /$HOME/.xinitrc
|
dest: "/home/{{ user.name }}/.xinitrc"
|
||||||
|
|||||||
Reference in New Issue
Block a user