vim, tmux, zsh and git config files

This commit is contained in:
Petr Nyc
2023-02-10 09:11:59 +01:00
parent b465fee54f
commit 276cf5dacf
6 changed files with 376 additions and 52 deletions

22
.gitconfig Normal file
View File

@@ -0,0 +1,22 @@
[diff]
tool = vimdiff
[core]
pager = less -FRX
[alias]
glog = log --graph
ci = commit
st = status
sglog = log --oneline --decorate --graph --all
co = checkout
out = log --branches --not --remotes
[user]
name = Petr Nyc
email = jet.jetpac@gmail.com
[merge]
tool = vimdiff
[user]
email = jet.jetpac@gmail.com
name = Petr Nyc