Adding Makefile and zprofile/xsession

This commit is contained in:
2023-04-01 19:16:23 +02:00
parent c354e3f9c8
commit b7e3874312
19 changed files with 77 additions and 0 deletions

20
_config/git/config Normal file
View File

@@ -0,0 +1,20 @@
[color]
ui = auto
[user]
name = Lionel Sambuc
email = lionel.sambuc@gmail.com
[merge]
tool = meld
[core]
editor = /usr/bin/vim
excludesfile = /Users/sambuc/.config/git/ignore
[push]
default = simple
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true