1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-06-18 05:06:38 +02:00

[X11] Preprocess ./.Xresources when installing

This commit is contained in:
Eric-Teunis de Boone 2022-02-09 17:54:04 +01:00
parent 279b135ffe
commit ccba451d3d
3 changed files with 52 additions and 3 deletions

View file

@ -27,7 +27,7 @@
~/.vimrc: vim/vimrc
~/.xinitrc: X11/xinitrc
~/.xprofile: X11/xprofile
~/.Xresources: X11/Xresources
~/.Xresources.src: X11/Xresources.src
~/.Xresources.d/urxvt: urxvt/Xresources
~/.config/user-dirs.dirs: X11/user-dirs.dirs
~/.config/awesome: awesome
@ -37,5 +37,9 @@
~/.ssh/keys/:
mode: 0700
#- shell:
# - git submodules update # after linking ~/.gitconfig
- shell:
-
command: ./bin/Xresources-preprocess
description: Preprocess Xresources.src so that xrdb doesn't have to.
stderr: true
# - git submodules update # after linking ~/.gitconfig