install scripts. reorganization. soon to be deployable

This commit is contained in:
2025-05-24 04:08:28 -05:00
parent 5010e57533
commit e966d5328d
242 changed files with 407 additions and 45 deletions

9
runs/get-reqs-A-min-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 -------------