Tyler Adam Martinez's Shell Configuration
Open a terminal and run the following commands to install Fish:
sudo apt-get update
sudo apt-get install fish
To set Fish as your default shell, use the following command:
chsh -s $(which fish)
Close and reopen the terminal for the changes to take effect.
After installing Fish and setting it as the default shell, refer to the INSTALL_LIST.md
file in this repository and follow the instructions there to complete the setup.