FishyInstaller is a script designed to streamline the installation of the fish
shell along with the bobthefish
theme. With just a few simple commands, users can easily set up their terminal with a fresh and vibrant look.
You can install the FishyInstaller script directly from GitHub using the following command:
curl -L https://raw.githubusercontent.com/irmo-de/FishyInstaller/main/install.sh | bash
If you'd prefer to inspect the script and install manually, follow these steps:
- Download the script:
- Download the
install.sh
script from the GitHub repository:
- Download the
wget https://raw.githubusercontent.com/irmo-de/FishyInstaller/main/install.sh
- Make the script executable:
chmod +x install.sh
- Run the script:
./install.sh
- 🎉 After the installation is complete, restart your terminal or re-login to see the changes.
Always review scripts from the internet before executing them, even if they come from trusted sources. This ensures your system's safety and gives you a clear understanding of the changes being made.