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
- Host: GitHub
- URL: https://github.com/tyleradammartinez/shell-config
- Owner: TylerAdamMartinez
- License: gpl-2.0
- Created: 2022-03-16T19:42:58.000Z (about 3 years ago)
- Default Branch: current-setup
- Last Pushed: 2025-02-16T03:47:30.000Z (2 months ago)
- Last Synced: 2025-02-16T04:18:07.626Z (2 months ago)
- Topics: config, fish-shell, fishconfig, starship-config, starship-prompt, tmux-conf
- Language: Shell
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.