From 32fe76407a2105ec95ae841de98fcbd48da69f5e Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 6 Apr 2023 16:26:40 +0200 Subject: [PATCH] Add essential tools to arch --- scripts/Arch/Collections/personal.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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";