summaryrefslogtreecommitdiff
path: root/install/shell.fish
diff options
context:
space:
mode:
Diffstat (limited to 'install/shell.fish')
-rwxr-xr-xinstall/shell.fish6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/shell.fish b/install/shell.fish
index c48b817..2e9d117 100755
--- a/install/shell.fish
+++ b/install/shell.fish
@@ -5,10 +5,10 @@
install-deps git dart-sass libastal-gjs-git libastal-meta npm curl libnotify ttf-material-symbols-variable-git ttf-jetbrains-mono-nerd ttf-rubik-vf pacman-contrib
install-optional-deps 'uwsm (for systems using uwsm)' 'yay (AUR package management)' 'fd (launcher file search)' 'wl-clipboard (clipboard support)' 'foot (opening stuff in terminal)'
-set -l shell $CONFIG/shell
+set -l shell $C_DATA/shell
-confirm-overwrite $shell
-git clone 'https://github.com/caelestia-dots/shell.git' $shell
+# Update/Clone repo
+update-repo shell $shell
cd $shell || exit
npm install