Create script for installing aliae on Unix

This commit is contained in:
Manuel Thalmann 2024-03-20 18:07:35 +01:00
commit b4320f63eb
3 changed files with 24 additions and 3 deletions
scripts/Common/Config/aliae

View file

@ -17,6 +17,4 @@ then
pwsh "./install.ps1";
fi;
echo 'aliae init fish | source' | sudo tee /etc/fish/conf.d/aliae.fish > /dev/null;
cp aliae.yml ~/.aliae.yaml;
popd > /dev/null;