diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-14 22:50:55 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-14 22:50:55 +1000 |
| commit | ee7291b7f64a359d17eb1d050086ef5357d79055 (patch) | |
| tree | f1c200d8c8ba81030cbb2113a2be122db6508c8f /install/fish.fish | |
| parent | Merge pull request #5 from dalpax/patch-1 (diff) | |
| parent | Merge branch 'main' into python-rework (diff) | |
| download | caelestia-cli-ee7291b7f64a359d17eb1d050086ef5357d79055.tar.gz caelestia-cli-ee7291b7f64a359d17eb1d050086ef5357d79055.tar.bz2 caelestia-cli-ee7291b7f64a359d17eb1d050086ef5357d79055.zip | |
Merge pull request #6 from caelestia-dots/python-rework
feat: rewrite in python
Diffstat (limited to 'install/fish.fish')
| -rwxr-xr-x | install/fish.fish | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/install/fish.fish b/install/fish.fish deleted file mode 100755 index 2bcc292..0000000 --- a/install/fish.fish +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/env fish - -. (dirname (status filename))/util.fish - -install-deps git starship fastfetch - -set -l dist $C_DATA/fish - -# Update/Clone repo -update-repo fish $dist - -# Install fish config -install-link $dist/config.fish $CONFIG/fish/config.fish - -# Install fish greeting -install-link $dist/fish_greeting.fish $CONFIG/fish/functions/fish_greeting.fish - -# Install starship config -install-link $dist/starship.toml $CONFIG/starship.toml - -# Install fastfetch config -install-link $dist/fastfetch.jsonc $CONFIG/fastfetch/config.jsonc - -log 'Done.' |