Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 687 Bytes

File metadata and controls

28 lines (16 loc) · 687 Bytes

Tyler Adam Martinez's Shell Configuration

Setup

Step 1. Install Fish Shell

Open a terminal and run the following commands to install Fish:

sudo apt-get update
sudo apt-get install fish

Step 2. Set Fish as the Default Shell

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.

Step 3. Follow INSTALL_LIST.md

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.