homelab-control.sh: setup wizard bei fehlendem config — kein löschen mehr, setup auch nach installation nutzbar
This commit is contained in:
@@ -60,12 +60,6 @@ print(' '.join(items))
|
||||
copy_path "$source" "$target"
|
||||
done
|
||||
|
||||
if [[ ! -f "$HOME/.config/homelab/config.yaml" ]]; then
|
||||
rm -f "$HOME/.config/hypr/Scripts/homelab-control.sh"
|
||||
rm -f "$HOME/.config/hypr/ags/homelab.tsx"
|
||||
rm -f "$HOME/.config/hypr/ags/homelab.css"
|
||||
fi
|
||||
|
||||
if [[ -f "$dotfiles_dir/starship.toml" ]]; then
|
||||
copy_path "$dotfiles_dir/starship.toml" "$HOME/.config/starship.toml"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user