From a8fbc36a8c91727f3ec951b1a9de30956f5e15bf Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:36:32 +1100 Subject: install: shell install npm pkgs --- install/shell.fish | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install/shell.fish') diff --git a/install/shell.fish b/install/shell.fish index e7ba655..c48b817 100755 --- a/install/shell.fish +++ b/install/shell.fish @@ -10,4 +10,7 @@ set -l shell $CONFIG/shell confirm-overwrite $shell git clone 'https://github.com/caelestia-dots/shell.git' $shell +cd $shell || exit +npm install + log 'Done.' -- cgit v1.2.3-freya