diff options
Diffstat (limited to 'install.fish')
| -rwxr-xr-x | install.fish | 8 |
1 files changed, 0 insertions, 8 deletions
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 |