diff --git a/vars/config_files.yaml b/vars/config_files.yaml new file mode 100644 index 0000000..5d8e61b --- /dev/null +++ b/vars/config_files.yaml @@ -0,0 +1,11 @@ +config_files: + - src: alacritty.toml + dest: /home/{{ user_name }}/.config/alacritty + - src: config.kdl + dest: /home/{{ user_name }}/.config/zellji + - src: fancy.jsonc + dest: /home/{{ user_name }}/.config/fastfetch + - src: montys.omp.json + dest: /home/{{ user_name }}/.config/oh-my-posh + - src: .bashrc + dest: /home/{{ user_name}}/ \ No newline at end of file