diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-06-15 22:32:50 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-06-15 22:32:50 -0500 |
| commit | e5ad2c3cd4566fec0590b6be0b4d195ffd5c8066 (patch) | |
| tree | 3bc8c8f15bfe0e47fc638ab8c249f5939b440925 /runs | |
| parent | a0048ec816f42e15b7413f552a9946e450baa080 (diff) | |
autodetect doas in profile, fixed floating wibar (awesome), rules for im on awesome and auto center, fixed display detect in lfrc, backup script changes
Diffstat (limited to 'runs')
| -rwxr-xr-x | runs/get-reqs-arch.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runs/get-reqs-arch.sh b/runs/get-reqs-arch.sh index f81c958..8399e9e 100755 --- a/runs/get-reqs-arch.sh +++ b/runs/get-reqs-arch.sh @@ -7,7 +7,8 @@ if [ $artix ] || [ $arch ]; then echo GETTING MIN REQS - $sudo pacman -S neovim rsync man-db wget git lf fzf grep + $sudo pacman -S neovim rsync man-db wget git fzf grep + $sudo pacman -S lf echo ------------- fi |
