36 lines
765 B
INI
36 lines
765 B
INI
# Das ist Git's benutzerspezifische Konfigurationsdatei.
|
|
[user]
|
|
# Bitte passen Sie die folgenden Zeilen an und kommentieren Sie diese aus:
|
|
name = Daniel Ziltener
|
|
email = dziltener@lyrion.ch
|
|
signingkey = 37F655BAF43BC0FF300A91A1B38976E82C9DAE42
|
|
|
|
[sendemail]
|
|
smtpserver = lyrion.ch
|
|
smtpuser = dziltener
|
|
smtpencryption = starttls
|
|
smtpserverport = 465
|
|
|
|
[rebase]
|
|
autoStash = true
|
|
|
|
[pull]
|
|
rebase = true
|
|
[gui]
|
|
recentrepo = /home/zilti/projects/crawler-vacancies
|
|
[gitlab]
|
|
user = zilti
|
|
oauth-token = zA4CYqcCcV5oN7N-2Qsn
|
|
[cola]
|
|
spellcheck = false
|
|
[init]
|
|
defaultBranch = master
|
|
|
|
[safe]
|
|
directory = /home/zilti/.local/share/hyprload/hyprland
|
|
directory = /opt/nixconfig/
|
|
directory = /opt/nixconfig
|
|
[github]
|
|
user = dziltener@lyrion.ch
|
|
[commit]
|
|
gpgsign = true
|