dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

commit 17ce57ed90be6e2ec22ce3705f6938dc681190e5
parent da8dae60effc3367e39ca9487edadfe8b3850437
Author: regexghost <dev@regexghost.com>
Date:   Sun,  6 Sep 2026 20:19:01 +0100

needed programs list in other-programs.sh

Diffstat:
Minit.sh | 5++---
Mother-programs.sh | 26+++++++++++++++++++-------
2 files changed, 21 insertions(+), 10 deletions(-)

diff --git a/init.sh b/init.sh @@ -29,9 +29,8 @@ cd terminal-scripts/; make; cd ../ cd other/; make; cd ../ cd wm-scripts/; make; cd ../ -# Compile programs -./otherPrograms.sh mine -./otherPrograms.sh notmine +# Compile programs (just the ones needed for my system to function) +./otherPrograms.sh needed # Shell stuff if ! grep -q "/usr/local/bin/oksh" /etc/shells; then diff --git a/other-programs.sh b/other-programs.sh @@ -79,13 +79,6 @@ forgejo () { cd .. } -aacgain () { - mkdir aacgain - cd aacgain - url="$(github-latest-release "github" "dgilman" "aacgain")" - wget "$url" -} - bat () { git clone https://github.com/sharkdp/bat cd bat @@ -671,6 +664,25 @@ elif [ "$1" = "notmine" ]; then build doggo build retroarch echo "done" +elif [ "$1" = "needed" ]; then + build bug + build st + build dmenu + build slock + build jwm + build bat + build less + build nano + build oksh + build bluetui + build lemonbar + build sbase + build sxiv + build dotacat + build dragon + build cal + build mercusys + echo "done" elif [ "$1" = "jwm" ]; then jwm elif [ "$1" = "bsky" ]; then