]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
ssh: Finally found a way to securely add ssh_config
[dotfiles.git] / Makefile
index 855a5c512e1da0e47867525805ee42dae3e6b360..14777710e2efc416a2364963ad2658efe6bebf2f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ dircolors: $(XDG_CONFIG_HOME)
 
 gdb:
        mkdir $(XDG_DATA_HOME)/gdb
+       ln -sfT $(APATH)/gdb $(XDG_CONFIG_HOME)/gdb
        ln -sfT $(APATH)/gdbinit ~/.gdbinit
        ln -sfT $(APATH)/cgdb ~/.cgdb
 .PHONY: gdb
@@ -63,6 +64,10 @@ qutebrowser: $(XDG_CONFIG_HOME)
        mkdir -p ~/downloads
 .PHONY: qutebrowser
 
+ssh:
+       ln -sfT $(APATH)/ssh/config ~/.ssh/config
+.PHONY: ssh
+
 systemd: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
 .PHONY: systemd