diff --git a/roles/git/files/config_qwerty b/roles/git/files/config_qwerty new file mode 100644 index 0000000..7664de4 --- /dev/null +++ b/roles/git/files/config_qwerty @@ -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 diff --git a/roles/scripts/tasks/main.yml b/roles/scripts/tasks/main.yml index eaffae2..820b141 100644 --- a/roles/scripts/tasks/main.yml +++ b/roles/scripts/tasks/main.yml @@ -6,6 +6,7 @@ - pandoc - ttf-liberation state: present + become: true tags: pc - name: Create a local bin directory if it doesn't exist