feat: add become to script install step; add qwerty git config
This commit is contained in:
parent
575725f624
commit
012a23d043
22
roles/git/files/config_qwerty
Normal file
22
roles/git/files/config_qwerty
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
[user]
|
||||||
|
email = maxhohlfeld@posteo.de
|
||||||
|
name = Max Hohlfeld
|
||||||
|
[core]
|
||||||
|
editor = nvim
|
||||||
|
pager = delta
|
||||||
|
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
|
|
||||||
|
[interactive]
|
||||||
|
diffFilter = delta --color-only
|
||||||
|
|
||||||
|
[delta]
|
||||||
|
navigate = true # use n and N to move between diff sections
|
||||||
|
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
|
||||||
|
|
||||||
|
[merge]
|
||||||
|
conflictstyle = diff3
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
colorMoved = default
|
@ -6,6 +6,7 @@
|
|||||||
- pandoc
|
- pandoc
|
||||||
- ttf-liberation
|
- ttf-liberation
|
||||||
state: present
|
state: present
|
||||||
|
become: true
|
||||||
tags: pc
|
tags: pc
|
||||||
|
|
||||||
- name: Create a local bin directory if it doesn't exist
|
- name: Create a local bin directory if it doesn't exist
|
||||||
|
Loading…
Reference in New Issue
Block a user