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
|
||||
|
||||
cd
|
||||
|
||||
# Yay
|
||||
if test -d yay; then
|
||||
rm -rf yay
|
||||
fi
|
||||
|
||||
git clone https://aur.archlinux.org/yay.git &&
|
||||
cd yay &&
|
||||
makepkg -si --noconfirm &&
|
||||
|
@ -12,6 +18,7 @@ yay -S --needed --noconfirm \
|
|||
\
|
||||
`# Standard`\
|
||||
rsync \
|
||||
sl \
|
||||
btop \
|
||||
neovim \
|
||||
byobu \
|
||||
|
|
Loading…
Add table
Reference in a new issue