Massive change to the structure of the tree.

This commit is contained in:
Bartek Stalewski 2025-03-10 23:59:38 +01:00
parent 2fc5f7a514
commit c71934ed3b
No known key found for this signature in database
137 changed files with 51 additions and 266 deletions

28
config/common/git/config Normal file
View file

@ -0,0 +1,28 @@
[alias]
l = "!git log --graph --abbrev-commit --date=short --pretty=format:'%Cred%h%Creset %Cgreen%cr%Creset: %s : %C(bold blue)%an%Creset %C(yellow)%d%Creset'"
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = auto
[commit]
gpgsign = true
[core]
autocrlf = false
pager = less -FRX
[gpg]
format = ssh
[http]
sslVerify = false
[init]
defaultBranch = master
[pull]
rebase = true
[push]
default = current
[status]
short = true
[include]
path = ~/.local/config/git

4
config/common/git/ignore Normal file
View file

@ -0,0 +1,4 @@
*~
*.swp
.DS_Store
/nvim/.netrwhist