From 587e29efe4584c8fa8016901302fd4214f78be66 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:45:16 +1100 Subject: install scripts for all modules --- install.fish | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 install.fish (limited to 'install.fish') diff --git a/install.fish b/install.fish deleted file mode 100755 index 029174c..0000000 --- a/install.fish +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/fish - -set -q XDG_CONFIG_HOME && set -l config $XDG_CONFIG_HOME/caelestia || set -l config ~/.config/caelestia -set -l dist $config/scripts - -git clone https://github.com/caelestia-dots/scripts.git $dist -mkdir -p ~/.local/bin -ln -s $dist/main.fish ~/.local/bin/caelestia -- cgit v1.2.3-freya