mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-06 07:19:29 -05:00
add readme and install script
This commit is contained in:
Executable
+8
@@ -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
|
||||
Reference in New Issue
Block a user