summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Picciano <me@mediocregopher.com>2024-05-11 18:12:46 +0200
committerBrian Picciano <me@mediocregopher.com>2024-05-11 18:29:07 +0200
commitcfe083ec2f88860e0520ddbd6874aa6981e38e8a (patch)
treec77cd02f4cfb2de4f7e98b939810c139ea57c907 /Makefile
parent5b52676a2defc040d4c0e2fac055d61a1989834c (diff)
Set ssh env and make sure all git utilities are available, so that git over ssh works
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