diff --git a/.chezmoiignore b/.chezmoiignore index 6a1eaf3..09dfb11 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -5,7 +5,7 @@ !.config/gnupg !.config/python !.config/zsh -.config/zsh/dot_zprofile +.config/zsh/.zprofile .local diff --git a/dot_pam_environment.tmpl b/dot_pam_environment.tmpl index 6669527..f5cc928 100644 --- a/dot_pam_environment.tmpl +++ b/dot_pam_environment.tmpl @@ -71,6 +71,8 @@ PATH OVERRIDE={{- if eq .chezmoi.hostname "petrucci4prez" }}${RBENV_ROOT}/shims: # Applications #--------------------# EDITOR DEFAULT=vim + +{{- if eq .chezmoi.hostname "petrucci4prez" }} GDK_USE_XFT DEFAULT=1 QT_XFT DEFAULT=true SAL_USE_VCLPLUGIN DEFAULT=gtk @@ -79,3 +81,4 @@ QT_QPA_PLATFORMTHEME DEFAULT=qt5ct # this is needed to make MATLAB work with # xmonad and other godly window managers _JAVA_AWT_WM_NONREPARENTING DEFAULT=1 +{{- end }} diff --git a/run_once_after_10_install-packages.sh.tmpl b/run_once_after_10_install-packages.sh.tmpl index 08b186e..3de1698 100644 --- a/run_once_after_10_install-packages.sh.tmpl +++ b/run_once_after_10_install-packages.sh.tmpl @@ -1,3 +1,4 @@ +{{- if eq .chezmoi.hostname "petrucci4prez" }} #! /bin/bash @@ -11,7 +12,6 @@ # Configuration is assumed to be handled elsewhere (for now) eg in etckeeper # or with ansible. -{{- if eq .chezmoi.hostname "petrucci4prez" }} clone_maybe () { if [ ! -d "$2" ]; then echo cloning git repo: "$1"