diff options
author | EuAndreh <eu@euandre.org> | 2022-11-30 07:45:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-30 07:45:57 -0300 |
commit | 367814c7c81956ae8e3ba58c2f16c25fa09096fb (patch) | |
tree | a156ba42395a9a66c8f5430077a8ba59798e9981 | |
parent | etc/guix/home.scm: Remove custom build of OpenSSH (diff) | |
download | dotfiles-367814c7c81956ae8e3ba58c2f16c25fa09096fb.tar.gz dotfiles-367814c7c81956ae8e3ba58c2f16c25fa09096fb.tar.xz |
Makefile: Add ~/.ssh symlink
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 $@ |