This commit is contained in:
Bruno Carlin 2017-02-20 16:55:43 +01:00
parent 9c0362d9e0
commit 80c7176887
2 changed files with 2 additions and 1 deletions

1
ssh/.ssh/config Normal file
View file

@ -0,0 +1 @@
AddKeysToAgent yes

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
for app in fish lfm godmine systemd; do for app in fish lfm godmine systemd ssh; do
stow -v -t $HOME $app stow -v -t $HOME $app
done done