Strucktur änderung
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
# Pfad für Programm Konfigurationsdateien.
|
||||
|
||||
# Alacritty
|
||||
alacritty_conf: ./files/alacritty.toml
|
||||
# Bashrc
|
||||
bashrc_conf: ./files/.bashrc
|
||||
# Oh-my-Posh Thema
|
||||
omp_themes: ./files/montys.omp.json
|
||||
# Codium .Repo File
|
||||
codium_repo: ./files/vscodium.repo
|
||||
# Fastfetch Theme
|
||||
fast_theme: ./files/fancy.jsonc
|
||||
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}}/
|
||||
Reference in New Issue
Block a user