22 lines
227 B
Markdown
22 lines
227 B
Markdown
# Gaiety's Dotfiles
|
|
|
|
## fish
|
|
|
|
A terminal shell
|
|
|
|
## Setup
|
|
|
|
```bash
|
|
sudo pacman -S fish
|
|
chsh -s `which fish`
|
|
```
|
|
|
|
Restart the terminal
|
|
|
|
```bash
|
|
fish_config
|
|
```
|
|
|
|
1. Choose the `dracula` color scheme
|
|
2. Choose the `Terlar` prompt
|
|
|