Add essential tools to arch
This commit is contained in:
parent
535c2a0a04
commit
32fe76407a
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue