From 8baa5e3be061e6e5e5585549f2ffedf893983ab8 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 2 Mar 2025 12:31:00 +1100 Subject: install: install scripts first when all So it gets updated first --- main.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.fish b/main.fish index 32009fc..d2722e1 100755 --- a/main.fish +++ b/main.fish @@ -36,7 +36,7 @@ if test "$argv[1]" = scheme end if test "$argv[1]" = install - set -l valid_modules discord fish foot fuzzel hypr safeeyes scripts shell gtk vscode + set -l valid_modules scripts discord fish foot fuzzel hypr safeeyes shell gtk vscode if test "$argv[2]" = all for module in $valid_modules $src/install/$module.fish $argv[3..] -- cgit v1.2.3-freya