feat: add become to script install step; add qwerty git config

This commit is contained in:
Max Hohlfeld 2023-01-24 22:37:06 +01:00
parent 575725f624
commit 012a23d043
2 changed files with 23 additions and 0 deletions

View 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

View File

@ -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