From 44dee7bfffe482f1bfb71991ae2209bd25dcca43 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 27 Nov 2024 05:40:07 +0100 Subject: Update --- .shenanigans.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to '.shenanigans.sh') diff --git a/.shenanigans.sh b/.shenanigans.sh index aa26e23..4d28c45 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -72,15 +72,19 @@ backup() { VHOME=/home/$USER/Vault ME=$(whoami)@$(hostname) - mkdir -p $VHOME/dotfiles - cd $VHOME/dotfiles - - # Make a copy of certain files. + # Everything dotfiles. + cd $VHOME && mkdir -p $VHOME/dotfiles && cd $VHOME/dotfiles rsync -azhv /home/$USER/.bash_history_infinite bash_history_infinite rsync -azhv /home/$USER/.ssh/ ssh rsync -azhv /home/$USER/.aws/ aws rsync -azhv /home/$USER/.gnupg/ gnupg/ + # WoW settings and addons. + cd $VHOME && mkdir -p $VHOME/twow && cd $VHOME/twow + rsync -azhv /home/$USER/Games/turtlewow/Interface . + rsync -azhv /home/$USER/Games/turtlewow/WTF . + rsync -azhv /home/$USER/Games/turtlewow/start.sh . + # Sync with NAS. rsync -azhvpog \ --exclude '.venv/' \ -- cgit v1.2.3