aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-29 17:02:07 -0300
committerEuAndreh <eu@euandre.org>2022-10-29 17:02:07 -0300
commit6894268bcfc024011091c8a177744657294275de (patch)
treeb80c273cf915bb38896cdceb7968807f54c75a86 /Makefile
parentbin/mailcfg: Expand $XDG_LOG_HOME at file generation time (diff)
downloaddotfiles-6894268bcfc024011091c8a177744657294275de.tar.gz
dotfiles-6894268bcfc024011091c8a177744657294275de.tar.xz
Generate etc/git/config-extra from Makefile instead of Guix Home
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b94b8bf..2c43852 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ lisp-images = \
derived-assets = \
$(pod2man) \
$(XDG_CONFIG_HOME)/ssh/id_rsa.pub \
+ $(XDG_CONFIG_HOME)/git/config-extra \
$(XDG_CONFIG_HOME)/alot/config \
$(XDG_CONFIG_HOME)/mbsync/config \
$(XDG_CONFIG_HOME)/msmtp/config \
@@ -56,6 +57,10 @@ $(XDG_CONFIG_HOME)/ssh/id_rsa.pub:
gpg --export-ssh-key eu@euandre.org > $@
chmod 600 $@
+$(XDG_CONFIG_HOME)/git/config-extra:
+ printf '[sendemail]\n smtpserver = ' > $@
+ command -v msmtpq >> $@
+
$(XDG_DATA_HOME)/euandreh/e.list.txt: ~/Documents/txt/ opt/aux/gen-e-list.sh
sh opt/aux/gen-e-list.sh > $@