Install aliae to personal profile

This commit is contained in:
Manuel Thalmann 2024-03-20 17:08:36 +01:00
parent 9905c77232
commit f4935da32c

View file

@ -33,6 +33,7 @@ sudo pkgfile --update;
. "../Software/openssh/install.sh";
. "../Software/vim/install.sh";
. "../Software/git/install.sh";
. "../Software/aliae/install.sh";
sudo chsh $USER --shell "$(which fish)";