mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-31 01:58:36 +01:00
20 lines
405 B
Markdown
20 lines
405 B
Markdown
|
# fish - the friendly interactive shell
|
||
|
|
||
|
I use fish as my default shell of choice, and write scripts in `sh`.
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
- `fish` - The friendly interactive shell
|
||
|
- `exa` - Drop-in replacement for `ls` and `tree`
|
||
|
- 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.
|