Merge branch 'master' of github.com:adoyle0/Doors
This commit is contained in:
commit
47dfd71360
1 changed files with 7 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue