mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
added a role for git
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
- name: Install Git
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: git
|
||||||
|
state: present
|
||||||
|
- name: Copy the configuration for Git
|
||||||
|
synchronize:
|
||||||
|
src: .gitconfig
|
||||||
|
dest: /$HOME/
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
[user]
|
||||||
|
email = 18418459+aminnairi@users.noreply.github.com
|
||||||
|
name = aminnairi
|
||||||
|
signingkey = F1320F5C56051D51
|
||||||
|
gpgsign = true
|
||||||
|
[init]
|
||||||
|
defaultBranch = development
|
||||||
|
[core]
|
||||||
|
editor = nvim
|
||||||
|
autocrlf = true
|
||||||
|
[color]
|
||||||
|
ui = true
|
||||||
|
[help]
|
||||||
|
autoCorrect = "prompt"
|
||||||
Reference in New Issue
Block a user