From 71b64a05e9a337780b988657dabd6827d56bbfdc Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Sat, 22 Feb 2020 18:33:59 +0100 Subject: [PATCH] [zsh] Use a template for .zshrc to make it run on uberspace --- dot_zshrc => dot_zshrc.tmpl | 4 ++++ 1 file changed, 4 insertions(+) rename dot_zshrc => dot_zshrc.tmpl (97%) diff --git a/dot_zshrc b/dot_zshrc.tmpl similarity index 97% rename from dot_zshrc rename to dot_zshrc.tmpl index b266102..a93c41f 100644 --- a/dot_zshrc +++ b/dot_zshrc.tmpl @@ -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}"