Update config

This commit is contained in:
Jan Eitzinger 2024-12-26 08:53:26 +01:00
parent a335d91934
commit 237c05ed1d
5 changed files with 11 additions and 2 deletions

View File

@ -11,10 +11,10 @@ LICENSE
.xsession
.config/openbox/*
.config/nvim/lua/plugins/lsp.lua
.config/nvim/lazy-lock.json
.config/nvim/lazyvim.json
{{ else }}
.config/fish/conf.d/fish-ssh-agent.fish
.config/fish/functions/__ssh_agent_*
.config/zed/*
.config/nvim/lazy-lock.json
.config/nvim/lazyvim.json
{{ end }}

View File

@ -1,4 +1,8 @@
ClusterCockpit
sqlite
InfluxDB
HPC
JSON
subclusters
subcluster
nvidia

View File

@ -9,5 +9,7 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
{{- if ne .chezmoi.hostname "fangorn" }}
[commit]
gpgsign = true
{{- end }}

View File

@ -8,7 +8,9 @@ VerifyHostKeyDNS yes
AddKeysToAgent no
ForwardAgent no
ForwardX11 no
{{- if ne .chezmoi.hostname "fangorn" }}
PKCS11Provider {{ .pkcslib }}
{{- end }}
Host csnhr
Hostname csnhr.nhr.fau.de

View File

@ -65,6 +65,7 @@ alias bkp-home='doas restic -r /mnt/nfs/BSD/restic-repo --verbose backup --one-
alias bkp-etc='doas restic -r /mnt/nfs/BSD/restic-repo --verbose backup /etc'
alias bkp-list='doas restic -r /mnt/nfs/BSD/restic-repo snapshots'
{{- else }}
alias lg='lazygit'
{{ if eq .chezmoi.os "darwin" }}
source $HOME/perl5/perlbrew/etc/bashrc
export XDG_CONFIG_HOME="$HOME/.config"