summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e330c37..516229d 100644
--- a/Makefile
+++ b/Makefile
@@ -30,5 +30,8 @@ install-tmpfiles:
systemctl --user enable systemd-tmpfiles-setup.service
systemctl --user enable --now systemd-tmpfiles-clean.timer
+install-ssh-env:
+ mkdir -p ~/.ssh
+ cp base/ssh_environment ~/.ssh/environment
-install: setup-pulseaudio install-rm-keyfile install-fonts install-tmpfiles install-loadout
+install: setup-pulseaudio install-rm-keyfile install-fonts install-tmpfiles install-ssh-env install-loadout