summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall/shell.fish3
1 files changed, 3 insertions, 0 deletions
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.'