install: shell install npm pkgs

This commit is contained in:
2 * r + 2 * t
2025-01-28 20:36:32 +11:00
parent f99dbde53a
commit a8fbc36a8c
+3
View File
@@ -10,4 +10,7 @@ set -l shell $CONFIG/shell
confirm-overwrite $shell confirm-overwrite $shell
git clone 'https://github.com/caelestia-dots/shell.git' $shell git clone 'https://github.com/caelestia-dots/shell.git' $shell
cd $shell || exit
npm install
log 'Done.' log 'Done.'