13 lines
395 B
YAML
13 lines
395 B
YAML
# Pfad für Programm Konfigurationsdateien.
|
|
|
|
config_files:
|
|
- src: alacritty.toml
|
|
dest: /home/{{ user_name }}/.config/alacritty
|
|
- src: config.kdl
|
|
dest: /home/{{ user_name }}/.config/zellij
|
|
- 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}}/ |