Add bootstrap
This commit is contained in:
parent
de37fba59c
commit
f17bfe7726
15 changed files with 141 additions and 0 deletions
8
.config/yadm/bootstrap.d/02-packages
Executable file
8
.config/yadm/bootstrap.d/02-packages
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
while read -r line; do
|
||||
if paru -Q $line; then
|
||||
echo "$line installed"
|
||||
else
|
||||
paru -S --noconfirm $line
|
||||
fi
|
||||
done <$HOME/.config/yadm/files/packages.txt
|
Loading…
Add table
Add a link
Reference in a new issue