Update config
This commit is contained in:
parent
a335d91934
commit
237c05ed1d
@ -11,10 +11,10 @@ LICENSE
|
|||||||
.xsession
|
.xsession
|
||||||
.config/openbox/*
|
.config/openbox/*
|
||||||
.config/nvim/lua/plugins/lsp.lua
|
.config/nvim/lua/plugins/lsp.lua
|
||||||
|
.config/nvim/lazy-lock.json
|
||||||
|
.config/nvim/lazyvim.json
|
||||||
{{ else }}
|
{{ else }}
|
||||||
.config/fish/conf.d/fish-ssh-agent.fish
|
.config/fish/conf.d/fish-ssh-agent.fish
|
||||||
.config/fish/functions/__ssh_agent_*
|
.config/fish/functions/__ssh_agent_*
|
||||||
.config/zed/*
|
.config/zed/*
|
||||||
.config/nvim/lazy-lock.json
|
|
||||||
.config/nvim/lazyvim.json
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
ClusterCockpit
|
ClusterCockpit
|
||||||
|
sqlite
|
||||||
|
InfluxDB
|
||||||
|
HPC
|
||||||
|
JSON
|
||||||
subclusters
|
subclusters
|
||||||
subcluster
|
subcluster
|
||||||
nvidia
|
nvidia
|
||||||
|
@ -9,5 +9,7 @@
|
|||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
{{- if ne .chezmoi.hostname "fangorn" }}
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
{{- end }}
|
@ -8,7 +8,9 @@ VerifyHostKeyDNS yes
|
|||||||
AddKeysToAgent no
|
AddKeysToAgent no
|
||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
ForwardX11 no
|
ForwardX11 no
|
||||||
|
{{- if ne .chezmoi.hostname "fangorn" }}
|
||||||
PKCS11Provider {{ .pkcslib }}
|
PKCS11Provider {{ .pkcslib }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
Host csnhr
|
Host csnhr
|
||||||
Hostname csnhr.nhr.fau.de
|
Hostname csnhr.nhr.fau.de
|
||||||
|
@ -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-etc='doas restic -r /mnt/nfs/BSD/restic-repo --verbose backup /etc'
|
||||||
alias bkp-list='doas restic -r /mnt/nfs/BSD/restic-repo snapshots'
|
alias bkp-list='doas restic -r /mnt/nfs/BSD/restic-repo snapshots'
|
||||||
{{- else }}
|
{{- else }}
|
||||||
|
alias lg='lazygit'
|
||||||
{{ if eq .chezmoi.os "darwin" }}
|
{{ if eq .chezmoi.os "darwin" }}
|
||||||
source $HOME/perl5/perlbrew/etc/bashrc
|
source $HOME/perl5/perlbrew/etc/bashrc
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
Loading…
Reference in New Issue
Block a user