Streamline aliae installation

This commit is contained in:
Manuel Thalmann 2024-07-16 03:30:14 +02:00
commit 5e5bb3e5df
9 changed files with 114 additions and 2 deletions
scripts/Common/Software/fish

View file

@ -0,0 +1,9 @@
#!/bin/env fish
begin
set -l dir (status dirname)
source "$dir/../../Scripts/profile-base.fish"
function installFishProfile -a name title
addProfileStatement "$name" "$title" /bin/fish fish /etc/fish/conf.d $argv[3..]
end
end