fix sshconfig on install
This commit is contained in:
parent
349d2ad5cf
commit
f3b150b0e6
@ -4,4 +4,6 @@
|
|||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
[fetch]
|
[fetch]
|
||||||
prune = true
|
prune = true
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|||||||
@ -14,7 +14,7 @@ for link in bashrc gitconfig screenrc Xresources Xdefaults Xmodmap themes fonts
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
done
|
done
|
||||||
if [ ! -e $HOME/.$link ]; then
|
if [ ! -e $HOME/.ssh/config ]; then
|
||||||
ln -s $(pwd)/sshconfig $HOME/.ssh/config;
|
ln -s $(pwd)/sshconfig $HOME/.ssh/config;
|
||||||
fi
|
fi
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim
|
git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim
|
||||||
|
|||||||
@ -36,14 +36,6 @@ Host git.home.lan
|
|||||||
Hostname 192.168.15.14
|
Hostname 192.168.15.14
|
||||||
Port 222
|
Port 222
|
||||||
User git
|
User git
|
||||||
Host docker.vpn
|
|
||||||
Hostname 10.8.0.9
|
|
||||||
Port 22
|
|
||||||
User koptein
|
|
||||||
Host docker
|
|
||||||
Hostname 192.168.15.14
|
|
||||||
Port 22
|
|
||||||
User koptein
|
|
||||||
Host minecraft
|
Host minecraft
|
||||||
Hostname 192.168.15.194
|
Hostname 192.168.15.194
|
||||||
Port 22
|
Port 22
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user