diff options
| author | EuAndreh <eu@euandre.org> | 2021-06-05 13:41:48 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-06-05 13:41:48 -0300 |
| commit | 384074a7bc3f7df5b5b39ada3a41cbfcf0bef2ec (patch) | |
| tree | c2c092814e0da844e8ed1036c5eb0de0fe7e1bbf /sh | |
| parent | sh/bash-config.sh: Add completion for "doas" command (diff) | |
| download | dotfiles-384074a7bc3f7df5b5b39ada3a41cbfcf0bef2ec.tar.gz dotfiles-384074a7bc3f7df5b5b39ada3a41cbfcf0bef2ec.tar.xz | |
sh/symlinks.sh: Symlink to ssh.conf file
Diffstat (limited to 'sh')
| -rw-r--r-- | sh/symlinks.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/symlinks.sh b/sh/symlinks.sh index 4af31f74..34cfe2e4 100644 --- a/sh/symlinks.sh +++ b/sh/symlinks.sh @@ -33,6 +33,7 @@ mkdir -p ~/.gnupg ln -fs "$DOTFILES/gpg/gpg.conf" ~/.gnupg/gpg.conf ln -fs "$DOTFILES/gpg/gpg-agent.conf" ~/.gnupg/gpg-agent.conf ln -fs "$DOTFILES/gpg/sshcontrol" ~/.gnupg/sshcontrol +ln -fs "$DOTFILES/../servers/ssh.conf" ~/.ssh/config ln -fs "$HOME/annex/bin/misc/git/mrconfig.ini" ~/.mrconfig mkdir -p ~/.newsboat |
