diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index 7e8abef2..25dfec90 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -5,10 +5,12 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; # Essentials yay --noconfirm -Syu \ + bash-completion \ wget \ oh-my-posh-bin \ screen \ - vim; + vim \ + vi-vim-symlink; . "../Software/git/install.sh";