mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
updated the way the home directory is computed
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
- name: Install background
|
||||
synchronize:
|
||||
src: background/background.jpg
|
||||
dest: "/home/{{ user.name }}/.local/share/backgrounds/background.jpg"
|
||||
dest: "/$HOME/.local/share/backgrounds/background.jpg"
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
- name: Felix setup
|
||||
synchronize:
|
||||
src: felix
|
||||
dest: "/home/{{ user.name }}/.config"
|
||||
dest: "/$HOME/.config"
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
synchronize:
|
||||
delete: true
|
||||
src: fish
|
||||
dest: "/home/{{ user.name }}/.config"
|
||||
dest: "/$HOME/.config"
|
||||
- name: Setup OMF
|
||||
synchronize:
|
||||
delete: true
|
||||
src: omf
|
||||
dest: "/home/{{ user.name }}/.config"
|
||||
dest: "/$HOME/.config"
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
- name: Setup i3 Window Manager
|
||||
synchronize:
|
||||
src: i3
|
||||
dest: "/home/{{ user.name }}/.config"
|
||||
dest: "/$HOME/.config"
|
||||
- name: Install custom i3status dependencies
|
||||
npm:
|
||||
path: "/home/{{ user.name }}/.config/i3/i3status"
|
||||
path: "/$HOME/.config/i3/i3status"
|
||||
state: present
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
synchronize:
|
||||
delete: true
|
||||
src: kitty
|
||||
dest: "/home/{{ user.name }}/.config"
|
||||
dest: "/$HOME/.config"
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
- name: Setup NeoVim for the unprivileged user
|
||||
synchronize:
|
||||
src: nvim
|
||||
dest: "/home/{{ user.name }}/.config"
|
||||
dest: "/$HOME/.config"
|
||||
delete: true
|
||||
- name: Setup NeoVim for the administrator user
|
||||
become: true
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
- name: Setup Rofi
|
||||
synchronize:
|
||||
src: rofi
|
||||
dest: "/home/{{ user.name }}/.config"
|
||||
dest: "/$HOME/.config"
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
- name: Setup TMUX
|
||||
copy:
|
||||
src: tmux/tmux.conf
|
||||
dest: "/home/{{ user.name }}/.tmux.conf"
|
||||
dest: "/$HOME/.tmux.conf"
|
||||
|
||||
@@ -42,4 +42,4 @@
|
||||
- name: Setup Xorg Xinit
|
||||
synchronize:
|
||||
src: xinit/xinitrc
|
||||
dest: "/home/{{ user.name }}/.xinitrc"
|
||||
dest: "/$HOME/.xinitrc"
|
||||
|
||||
Reference in New Issue
Block a user