This commit is contained in:
fz0x1 2024-09-12 19:52:01 +02:00
parent 5b872ccdcd
commit 082fbb76af
3 changed files with 14 additions and 3 deletions

View file

@ -1,6 +1,7 @@
[user] [user]
name = foozzi name = fz0x1
email = foozzione@gmail.com email = umka@posteo.net
signingkey = 979143DA930C3525556DBF7E7FB357158731DF87
[core] [core]
excludesfile = "$HOME/.gitignore" excludesfile = "$HOME/.gitignore"
pager = delta pager = delta
@ -15,3 +16,13 @@
colorMoved = default colorMoved = default
[init] [init]
defaultBranch = master defaultBranch = master
[commit]
gpgSign = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper = osxkeychain
useHttpPath = true

Binary file not shown.

View file

@ -119,7 +119,7 @@ alias jup="jupyter lab"
alias hledger='hledger -f ~/PKM/ledger/2024.journal' alias hledger='hledger -f ~/PKM/ledger/2024.journal'
alias ehledger='nvim ~/PKM/ledger/2024.journal' alias ehledger='nvim ~/PKM/ledger/2024.journal'
## other ## other
alias cclear="reset && tmux clear-history" alias cclear="reset && tmux clear-history && cd"
## git ## git
alias s_diary="cd ~/PKM/diary/ && git commit -am '$commit_date' && git push origin master" alias s_diary="cd ~/PKM/diary/ && git commit -am '$commit_date' && git push origin master"
alias s_ledger="cd ~/PKM/ledger/ && git commit -am '$commit_date' && git push origin master" alias s_ledger="cd ~/PKM/ledger/ && git commit -am '$commit_date' && git push origin master"