aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-30 07:45:57 -0300
committerEuAndreh <eu@euandre.org>2022-11-30 07:45:57 -0300
commit367814c7c81956ae8e3ba58c2f16c25fa09096fb (patch)
treea156ba42395a9a66c8f5430077a8ba59798e9981
parentetc/guix/home.scm: Remove custom build of OpenSSH (diff)
downloaddotfiles-367814c7c81956ae8e3ba58c2f16c25fa09096fb.tar.gz
dotfiles-367814c7c81956ae8e3ba58c2f16c25fa09096fb.tar.xz
Makefile: Add ~/.ssh symlink
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index afb2c77..8defd89 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ derived-assets = \
$(XDG_DATA_HOME)/euandreh/e.list.txt \
$(PRIV_STATEDIR)/postfix/relayhosts-maps.db \
$(PRIV_STATEDIR)/postfix/sasl-password.db \
+ $(HOME)/.ssh \
$(lisp-images)
@@ -52,6 +53,9 @@ $(XDG_CONFIG_HOME)/gnupg/gpg-agent.conf: $(XDG_CONFIG_HOME)/gnupg/gpg-agent.conf
printf 'pinentry-program ' >> $@
command -v pinentry-gtk-2 >> $@
+$(HOME)/.ssh:
+ ln -s $(XDG_CONFIG_HOME)/ssh $@
+
$(XDG_DATA_HOME)/common-lisp/source:
ln -s $(SRC)/libre $@