install scripts. reorganization. soon to be deployable
This commit is contained in:
9
runs/get-reqs-A-min-arch.sh
Executable file
9
runs/get-reqs-A-min-arch.sh
Executable 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 -------------
|
||||
Reference in New Issue
Block a user