An open API service indexing awesome lists of open source software.

https://github.com/tyleradammartinez/shell-config

My entire environment setup with all the config files
https://github.com/tyleradammartinez/shell-config

config fish-shell fishconfig starship-config starship-prompt tmux-conf

Last synced: 29 days ago
JSON representation

My entire environment setup with all the config files

Awesome Lists containing this project

README

        

#

[Tyler Adam Martinez's](https://github.com/TylerAdamMartinez) Shell Configuration

### Setup

#### Step 1. Install Fish Shell

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

```bash
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:

```bash
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.