If you've ever felt like you need a familiar when working in terminal, you've come to the right place!
To install simply clone the repo then run the install script.
mkdir -p ~/.cauldron;
git clone https://github.com/MagikIO/cauldron.git ~/.cauldron;
cd ~/.cauldron;
./install.fish;
If you had any issues with the installation and need to re-install, while preserving your configuration so far, you can run the following internal tool
./internal/__backup_cauldron_and_update.fish
To update Cauldron, simply run:
cauldron --update