add ssh
This commit is contained in:
parent
9c0362d9e0
commit
80c7176887
2 changed files with 2 additions and 1 deletions
1
ssh/.ssh/config
Normal file
1
ssh/.ssh/config
Normal file
|
@ -0,0 +1 @@
|
|||
AddKeysToAgent yes
|
2
sync.sh
2
sync.sh
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
for app in fish lfm godmine systemd; do
|
||||
for app in fish lfm godmine systemd ssh; do
|
||||
stow -v -t $HOME $app
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue