FIX a few things I forgot
This commit is contained in:
parent
383fdf1ea7
commit
4a947ccc60
|
@ -5,7 +5,7 @@
|
||||||
!.config/gnupg
|
!.config/gnupg
|
||||||
!.config/python
|
!.config/python
|
||||||
!.config/zsh
|
!.config/zsh
|
||||||
.config/zsh/dot_zprofile
|
.config/zsh/.zprofile
|
||||||
|
|
||||||
.local
|
.local
|
||||||
|
|
||||||
|
|
|
@ -71,6 +71,8 @@ PATH OVERRIDE={{- if eq .chezmoi.hostname "petrucci4prez" }}${RBENV_ROOT}/shims:
|
||||||
# Applications
|
# Applications
|
||||||
#--------------------#
|
#--------------------#
|
||||||
EDITOR DEFAULT=vim
|
EDITOR DEFAULT=vim
|
||||||
|
|
||||||
|
{{- if eq .chezmoi.hostname "petrucci4prez" }}
|
||||||
GDK_USE_XFT DEFAULT=1
|
GDK_USE_XFT DEFAULT=1
|
||||||
QT_XFT DEFAULT=true
|
QT_XFT DEFAULT=true
|
||||||
SAL_USE_VCLPLUGIN DEFAULT=gtk
|
SAL_USE_VCLPLUGIN DEFAULT=gtk
|
||||||
|
@ -79,3 +81,4 @@ QT_QPA_PLATFORMTHEME DEFAULT=qt5ct
|
||||||
# this is needed to make MATLAB work with
|
# this is needed to make MATLAB work with
|
||||||
# xmonad and other godly window managers
|
# xmonad and other godly window managers
|
||||||
_JAVA_AWT_WM_NONREPARENTING DEFAULT=1
|
_JAVA_AWT_WM_NONREPARENTING DEFAULT=1
|
||||||
|
{{- end }}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
{{- if eq .chezmoi.hostname "petrucci4prez" }}
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,7 +12,6 @@
|
||||||
# Configuration is assumed to be handled elsewhere (for now) eg in etckeeper
|
# Configuration is assumed to be handled elsewhere (for now) eg in etckeeper
|
||||||
# or with ansible.
|
# or with ansible.
|
||||||
|
|
||||||
{{- if eq .chezmoi.hostname "petrucci4prez" }}
|
|
||||||
clone_maybe () {
|
clone_maybe () {
|
||||||
if [ ! -d "$2" ]; then
|
if [ ! -d "$2" ]; then
|
||||||
echo cloning git repo: "$1"
|
echo cloning git repo: "$1"
|
||||||
|
|
Loading…
Reference in New Issue