install: fish module

Contains fish config + greeting, starship config and fastfetch config
This commit is contained in:
2 * r + 2 * t
2025-02-22 22:58:43 +11:00
parent a23d2a4b8a
commit 9c1000a5e9
4 changed files with 34 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ if test "$argv[1]" = scheme
end
if test "$argv[1]" = install
set -l valid_modules discord foot fuzzel hypr safeeyes scripts shell gtk vscode
set -l valid_modules discord fish foot fuzzel hypr safeeyes scripts shell gtk vscode
if test "$argv[2]" = all
for module in $valid_modules
$src/install/$module.fish $argv[3..]