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 ++++++++---- .vimrc | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) 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/' \ diff --git a/.vimrc b/.vimrc index 4007d95..e59627d 100644 --- a/.vimrc +++ b/.vimrc @@ -26,7 +26,7 @@ nmap gr :ALEFindReferences nmap gd :ALEGoToDefinition nmap re :ALERename -let g:ale_completion_enabled = 1 +let g:ale_completion_enabled = 0 let g:ale_hover_to_floating_preview = 1 let g:ale_detail_to_floating_preview = 1 let g:ale_floating_window_border = 0 -- cgit v1.2.3