2018-10-23 18:54:47 +02:00
|
|
|
# fish - the friendly interactive shell
|
|
|
|
|
|
|
|
I use fish as my default shell of choice, and write scripts in `sh`.
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
2018-10-31 17:48:10 +01:00
|
|
|
- [fish][fish] - The friendly interactive shell
|
|
|
|
- [exa][exa] - Drop-in replacement for `ls` and `tree`
|
2018-10-23 18:54:47 +02:00
|
|
|
- Any other features that you want to use (git abbreviations, etc.)
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
```sh
|
|
|
|
make package=fish
|
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
The dotfiles are automatically applied when you start fish.
|
2018-10-31 17:48:10 +01:00
|
|
|
|
|
|
|
[fish]: https://www.archlinux.org/packages/community/x86_64/fish/
|
|
|
|
[exa]: https://www.archlinux.org/packages/community/x86_64/exa/
|