feat(git): add delta

This commit is contained in:
Oliver Davies 2022-07-18 12:36:32 +01:00
parent 78433fed83
commit 719d4f52d2
3 changed files with 17 additions and 2 deletions

View file

@ -1,6 +1,10 @@
default_roles: default_roles:
- ssh - ssh
- cargo
- delta
- stylua
- alacritty - alacritty
- awesome-wm - awesome-wm
- ctop - ctop
@ -12,7 +16,6 @@ default_roles:
- git - git
- htop - htop
- jq - jq
- cargo
- mysql-client - mysql-client
- npm - npm
- neovim - neovim
@ -23,11 +26,11 @@ default_roles:
- pulumi - pulumi
- pv - pv
- ripgrep - ripgrep
- stylua
- tldr - tldr
- tree - tree
- tmux - tmux
- tmuxinator - tmuxinator
- zsh - zsh
- zsh-antigen - zsh-antigen
- debugger - debugger

View file

@ -0,0 +1,8 @@
---
- name: Install
community.general.cargo:
name:
- git-delta
path: /usr/local
state: latest
become: true

View file

@ -83,6 +83,10 @@
[core] [core]
editor = nvim editor = nvim
excludesFile = ~/.gitignore-global excludesFile = ~/.gitignore-global
pager = delta
[delta]
line-numbers = true
[diff] [diff]
tool = vimdiff tool = vimdiff