Adds Update as bootstrap step & fixed GitRepositories
This commit is contained in:
parent
f3281f59f4
commit
1babe89d0e
3 changed files with 11 additions and 6 deletions
9
.config/yadm/bootstrap.d/01-Dependencies.sh
Executable file
9
.config/yadm/bootstrap.d/01-Dependencies.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/env bash
|
||||
|
||||
echo "Installing general apps"
|
||||
|
||||
yay -S --needed neovim \
|
||||
network-manager-applet \
|
||||
ghostty \
|
||||
btop \
|
||||
zoxide fzf
|
||||
Loading…
Add table
Add a link
Reference in a new issue