From 4a947ccc600deb4ba4bebefa2ee260dcbd282e64 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 11 Jun 2021 00:07:06 -0400 Subject: [PATCH] FIX a few things I forgot --- .chezmoiignore | 2 +- dot_pam_environment.tmpl | 3 +++ run_once_after_10_install-packages.sh.tmpl | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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"