forked from extern/nix-config
Made dependency lists a bit more consistent and reverted some of the Arch Linux wording since it felt a bit off. Even the official website refers to Arch Linux as Arch from time to time.
23 lines
547 B
Markdown
23 lines
547 B
Markdown
# fish - the friendly interactive shell
|
|
|
|
I use fish as my default shell of choice, and write scripts in `sh`.
|
|
|
|
## Dependencies
|
|
|
|
- [fish][fish] - The friendly interactive shell
|
|
- [exa][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.
|
|
|
|
[fish]: https://www.archlinux.org/packages/community/x86_64/fish/
|
|
[exa]: https://www.archlinux.org/packages/community/x86_64/exa/
|