diff --git a/.shenanigans.sh b/.shenanigans.sh index aa26e23897310bfaf02dc26dfe924f10980b1ec7..4d28c45e5fa8dcebb9f8646036c2046fe6123f62 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -72,14 +72,18 @@ CWD=$(pwd) 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 \ diff --git a/.vimrc b/.vimrc index 4007d95d422931c4b3ea97ec14e2895a64676cb6..e59627d6e9bd023a12fdeafcad72c8aacea5cf20 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