[zsh] Use a template for .zshrc to make it run on uberspace

This commit is contained in:
Sebastian Schulze 2020-02-22 18:33:59 +01:00
parent ffa648c1a1
commit 71b64a05e9
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 4 additions and 0 deletions

View File

@ -18,7 +18,11 @@ plugins=(fzf fasd dotenv tmuxinator)
fpath=( ~/.kubectx/completion "${fpath[@]}" )
ZSH_CUSTOM="${HOME}/.zsh-custom"
{{- if eq .chezmoi.hostname "mcnaught.uberspace.de" }}
ZSH_THEME="jreese"
{{ else }}
ZSH_THEME="powerlevel10k/powerlevel10k"
{{- end }}
ZSH_DOTENV_FILE=".direnv"
FZF_MARKS_FILE="${HOME}/.config/fzf/${HOST}"