Merge branch 'master' of github.com:adoyle0/Doors

This commit is contained in:
Adam 2023-02-05 20:09:15 -05:00
commit 47dfd71360

View file

@ -1,6 +1,12 @@
#!/bin/bash #!/bin/bash
cd
# Yay # Yay
if test -d yay; then
rm -rf yay
fi
git clone https://aur.archlinux.org/yay.git && git clone https://aur.archlinux.org/yay.git &&
cd yay && cd yay &&
makepkg -si --noconfirm && makepkg -si --noconfirm &&
@ -12,6 +18,7 @@ yay -S --needed --noconfirm \
\ \
`# Standard`\ `# Standard`\
rsync \ rsync \
sl \
btop \ btop \
neovim \ neovim \
byobu \ byobu \