Skip to content

TylerAdamMartinez/Shell-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.