12092024
This commit is contained in:
parent
5b872ccdcd
commit
082fbb76af
3 changed files with 14 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
[user]
|
||||
name = foozzi
|
||||
email = foozzione@gmail.com
|
||||
name = fz0x1
|
||||
email = umka@posteo.net
|
||||
signingkey = 979143DA930C3525556DBF7E7FB357158731DF87
|
||||
[core]
|
||||
excludesfile = "$HOME/.gitignore"
|
||||
pager = delta
|
||||
|
@ -15,3 +16,13 @@
|
|||
colorMoved = default
|
||||
[init]
|
||||
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.
|
@ -119,7 +119,7 @@ alias jup="jupyter lab"
|
|||
alias hledger='hledger -f ~/PKM/ledger/2024.journal'
|
||||
alias ehledger='nvim ~/PKM/ledger/2024.journal'
|
||||
## other
|
||||
alias cclear="reset && tmux clear-history"
|
||||
alias cclear="reset && tmux clear-history && cd"
|
||||
## git
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue