Sets class before running any bootstrap
This commit is contained in:
parent
abaee21ad8
commit
614aed4c12
4 changed files with 15 additions and 3 deletions
10
.config/yadm/bootstrap.d/01-Dependencies.sh
Executable file
10
.config/yadm/bootstrap.d/01-Dependencies.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/env bash
|
||||
|
||||
echo "Installing general apps"
|
||||
|
||||
yay -S --needed neovim \
|
||||
network-manager-applet \
|
||||
ghostty \
|
||||
btop \
|
||||
zoxide fzf \
|
||||
wifi-qr
|
||||
Loading…
Add table
Add a link
Reference in a new issue