made minimal dev deployer, moved script sudo calls to doas

This commit is contained in:
2025-05-30 10:27:44 -05:00
parent b40f652968
commit 1796c3f769
10 changed files with 81 additions and 33 deletions

9
runs/get-reqs-arch.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
sudo="sudo"
[ doas ] && sudo="doas"
echo GETTING MIN REQS
$sudo pacman -S neovim rsync man-db wget git lf fzf grep
echo -------------