Fix missing variables

This commit is contained in:
Manuel Thalmann 2024-07-30 00:51:50 +02:00
parent 6521f7e861
commit 7ac1e9cb1d
8 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@ begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
function installSW
function installSW -V dir
yayinst \
aliae-bin

View file

@ -4,7 +4,7 @@ begin
source "$dir/../../Scripts/software.fish"
source "$dir/../../../Common/Software/brave/main.fish"
function installSW
function installSW -V dir
yayinst brave-bin (
# brave-beta-bin
# brave-nightly-bin

View file

@ -4,7 +4,7 @@ begin
source "$dir/../../Scripts/software.fish"
source "$dir/../../../Common/Software/git/main.fish"
function installSW
function installSW -V dir
yayinst \
git \
git-lfs \

View file

@ -3,7 +3,7 @@ begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
function installSW
function installSW -V dir
yayinst grub-theme-minegrub-git
fish "$dir/../../../Common/Software/minegrub-theme/main.fish" configure
end

View file

@ -3,7 +3,7 @@ begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
function installSW
function installSW -V dir
yayinst pyenv
fish "$dir/../../../Common/Software/pyenv/main.fish" configure
end

View file

@ -4,7 +4,7 @@ begin
source "$dir/../../Scripts/software.fish"
source "$dir/../../../Common/Software/vim/main.fish"
function installSW
function installSW -V dir
yayinst (
# Necessary for accessing clipboard in terminal: https://wiki.archlinux.org/title/Vim
) gvim \

View file

@ -3,7 +3,7 @@ begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
function installSW
function installSW -V dir
yayinst \
zoxide

View file

@ -8,7 +8,7 @@ begin
configureSW
end
function configureSW
function configureSW -V dir
source "$dir/../bash/profile.fish"
source "$dir/../fish/profile.fish"