Add essential tools to arch

This commit is contained in:
Manuel Thalmann 2023-04-06 16:26:40 +02:00
parent daba9f7e5a
commit 18fb95334f

View file

@ -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";