add readme and install script

This commit is contained in:
2 * r + 2 * t
2025-01-26 22:02:15 +11:00
parent 125860de28
commit 6f331f112f
2 changed files with 38 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/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