2020-12-07 10:50:00 +00:00
|
|
|
# [Delta](https://github.com/dandavison/delta)
|
|
|
|
|
|
|
|
| Distribution | Package |
|
|
|
|
| ------------ | ----------- |
|
|
|
|
| Fedora | `git-delta` |
|
|
|
|
| Homebrew | `git-delta` |
|
|
|
|
|
|
|
|
Config in git:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
git config --global core.pager delta
|
2020-12-07 11:07:28 +00:00
|
|
|
|
|
|
|
git config --global delta.syntax-theme YourFavoriteTheme
|
2020-12-07 10:50:00 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Edit in `~/.bashrc`, `~/.zshrc`:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
export DELTA_PAGER=bat
|
|
|
|
```
|