1
Fork 0

Move arch linux specific stuff behind hostname check

This commit is contained in:
Joshua Goins 2022-05-17 11:14:57 -04:00
parent d9f74d4d48
commit 2003507413

View file

@ -2,11 +2,14 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
{{- if eq .chezmoi.hostname "amalthea" }}
export EDITOR="nano"
{{- else }}
export EDITOR="kate -n -b"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export DEBUGINFOD_URLS="https://debuginfod.archlinux.org"
{{- end }}
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export DEBUGINFOD_URLS="https://debuginfod.archlinux.org"
export GNUPGHOME="$XDG_DATA_HOME"/gnupg