added skel command
This commit is contained in:
@@ -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 "##############################################################"
|
||||
|
||||
Reference in New Issue
Block a user