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
|
# Essentials
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
|
bash-completion \
|
||||||
wget \
|
wget \
|
||||||
oh-my-posh-bin \
|
oh-my-posh-bin \
|
||||||
screen \
|
screen \
|
||||||
vim;
|
vim \
|
||||||
|
vi-vim-symlink;
|
||||||
|
|
||||||
. "../Software/git/install.sh";
|
. "../Software/git/install.sh";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue