fish
This commit is contained in:
parent
d847ed39aa
commit
4ff3bb92c3
1 changed files with 22 additions and 0 deletions
22
fish/README.md
Normal file
22
fish/README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# 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
|
||||
|
Loading…
Add table
Reference in a new issue