Add gitconfig
This commit is contained in:
parent
bd30653105
commit
21c8353b29
@ -2,10 +2,3 @@ Ansible must be installed.
|
||||
|
||||
Invoke with
|
||||
`ansible-playbook -i hosts.ini dotfiles.yml -K`
|
||||
|
||||
|
||||
TODO
|
||||
* monokai scheme
|
||||
* gitconfig
|
||||
* make idempotent
|
||||
* firefox und addons/filterlisten
|
||||
|
10
roles/dotfiles/files/gitconfig
Normal file
10
roles/dotfiles/files/gitconfig
Normal file
@ -0,0 +1,10 @@
|
||||
[user]
|
||||
email = mail@johannes-rothe.de
|
||||
name = Johannes Rothe
|
||||
[core]
|
||||
editor = vim
|
||||
[alias]
|
||||
ci = commit
|
||||
st = status
|
||||
co = checkout
|
||||
br = branch
|
@ -54,6 +54,7 @@
|
||||
- '{{home}}/.config/i3/config'
|
||||
- '{{home}}/.config/i3status/config'
|
||||
- '{{home}}/.config/rofi/config'
|
||||
- '{{home}}/.gitconfig'
|
||||
|
||||
- name: Make sure folders exist
|
||||
file:
|
||||
@ -89,3 +90,5 @@
|
||||
dest: '{{home}}/.config/fish'
|
||||
- src: '{{files_dir}}/wallpaper'
|
||||
dest: '{{home}}/pictures/wallpaper'
|
||||
- src: '{{files_dir}}/gitconfig'
|
||||
dest: '{{home}}/.gitconfig'
|
||||
|
Loading…
x
Reference in New Issue
Block a user