added skel command

This commit is contained in:
[yuri]
2025-12-11 17:52:16 +01:00
parent a9871e9fc2
commit 327663dbed

View File

@@ -122,3 +122,17 @@ fi
say_green "Dotfiles for $OS copied to $TARGET_DIR."
say_yellow "End Copy Dotfiles"
say_yellow "########################################################################"
say_yellow "FINAL SKEL"
say_yellow "Copying all files and folders from /etc/skel to ~"
say_yellow "First we make a backup of .config"
say_yellow "Wait for it ...."
say_yellow "########################################################################"
cp -Rf ~/.config ~/.config-backup-$(date +%Y.%m.%d-%H.%M.%S)
cp -arf /etc/skel/. ~
say_yellow "##############################################################"
say_yellow "################### $(basename $0) done"
say_yellow "##############################################################"