Move arch linux specific stuff behind hostname check
This commit is contained in:
parent
d9f74d4d48
commit
2003507413
1 changed files with 6 additions and 3 deletions
|
@ -2,11 +2,14 @@ export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
|
|
||||||
|
{{- if eq .chezmoi.hostname "amalthea" }}
|
||||||
|
export EDITOR="nano"
|
||||||
|
{{- else }}
|
||||||
export EDITOR="kate -n -b"
|
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 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
|
export GNUPGHOME="$XDG_DATA_HOME"/gnupg
|
Loading…
Add table
Reference in a new issue