23 lines
362 B
Markdown
23 lines
362 B
Markdown
# Gaiety's Dotfiles
|
|
|
|
## fish
|
|
|
|
A terminal shell
|
|
|
|
## Setup
|
|
|
|
```bash
|
|
sudo pacman -S fish # brew install fish
|
|
chsh -s `which fish` # chsh -s /usr/local/bin/fish
|
|
echo "source {location_of_dotfiles}/fish/config.fish" >> ~/.config/fish/config.fish
|
|
```
|
|
|
|
Log out, then back in
|
|
|
|
```bash
|
|
fish_config
|
|
```
|
|
|
|
1. Choose the `dracula` color scheme
|
|
2. Choose the `Terlar` prompt
|
|
|