dotfiles/runs/get-reqs-A-min-arch.sh

10 lines
149 B
Bash
Executable File

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