FIX a few things I forgot

This commit is contained in:
Nathan Dwarshuis 2021-06-11 00:07:06 -04:00
parent 383fdf1ea7
commit 4a947ccc60
3 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@
!.config/gnupg
!.config/python
!.config/zsh
.config/zsh/dot_zprofile
.config/zsh/.zprofile
.local

View File

@ -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 }}

View File

@ -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"