Improve autoinstall and yadm bootstrap

This commit is contained in:
Tobias Reisinger 2024-05-13 13:55:14 +02:00
parent 5cecab18eb
commit 4fa809a506
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 141 additions and 159 deletions

View file

@ -4,7 +4,7 @@ declare -A mapper=(
[".e"]="$HOME/.bin/.e"
[".t"]="$HOME/.bin/.t"
["alacritty"]="$HOME/.config/alacritty/alacritty.toml"
["autoinstall.toml"]="$HOME/.config/autoinstall.toml"
["autoinstall.conf"]="$HOME/.config/autoinstall.conf"
["autostart.toml"]="$HOME/.config/autostart.toml"
["backup"]="$HOME/.bin/host-backup-$(cat /proc/sys/kernel/hostname)"
["bash"]="$HOME/.bashrc"