diff --git a/dot_sheldon/plugins.toml b/dot_sheldon/plugins.toml.tmpl similarity index 93% rename from dot_sheldon/plugins.toml rename to dot_sheldon/plugins.toml.tmpl index 6ea1d8a..b77354a 100644 --- a/dot_sheldon/plugins.toml +++ b/dot_sheldon/plugins.toml.tmpl @@ -39,10 +39,8 @@ github = 'DarrinTisdale/zsh-aliases-exa' [plugins.zsh-autopair] github = 'hlissner/zsh-autopair' +{{- if eq .chezmoi.hostname "taupo" }} [plugins.zsh-autoswitch-virtualenv] github = 'MichaelAquilina/zsh-autoswitch-virtualenv' -# For example: -# -# [plugins.base16] -# github = "chriskempson/base16-shell" +{{- end }} diff --git a/dot_zsh/exports.tmpl b/dot_zsh/exports.tmpl index 10cf2fa..b44b59f 100644 --- a/dot_zsh/exports.tmpl +++ b/dot_zsh/exports.tmpl @@ -6,3 +6,4 @@ export PATH=$HOME/.bin:$PATH {{- end }} export EDITOR=vim export FZF_DEFAULT_COMMAND='fdfind --type f --hidden --follow --exclude .git' +export XDG_CONFIG_HOME=$HOME/.config