A more configurable, extensible, fish shell theme with extra functions baked in
- Configurable - You can configure the theme to your liking
- Extensible - You can add your items to the prompt easily
- fish >= 3.0.0
rm -rf ~/.cache/aquarium && git clone --depth 1 https://github.com/anandamideio/aquarium.git ~/.cache/aquarium && cd ~/.cache/aquarium && ./bin/install.fish
If you have installed aquarium using the above method, you can upgrade to the latest version using the following command:
aquarium --update
If you installed before that was the primary method you may need to use the following command to remove the traces of the old installations:rm -rf ~/.cache/aquarium && rm -rf ~/.config/aquarium && rm ~/.config/aquarium-installed && git clone --depth 1 https://github.com/anandamideio/aquarium.git ~/.cache/aquarium && cd ~/.cache/aquarium && ./bin/install.fish