1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[install] Fix the last typos...

This commit is contained in:
Hyacinthe Cartiaux 2013-05-03 00:02:19 +02:00
parent 3c65896695
commit e7786555c9

View file

@ -34,7 +34,7 @@ mkdir -p backup spell bundle
[[ -d bundle/vundle ]] && ( cd bundle/vundle ; git pull )
ln -sf $DOTFILES/vim/vimrc ~/.vimrc
ln -sf $DOTFILES/vim/header ~/.vimrc/header
ln -sf $DOTFILES/vim/header ~/.vim/header
## tmux
@ -52,5 +52,5 @@ ln -sf $DOTFILES/git/gitconfig ~/.gitconfig
mkdir -p ~/.ssh/sockets
ln -s $DOTFILES/ssh/sshpubkey ~/.ssh/sshpubkey
[[ ! -f ~/.ssh/config ]] ln -s $DOTFILES/ssh/config ~/.ssh/config
[[ ! -f ~/.ssh/config ]] && ln -s $DOTFILES/ssh/config ~/.ssh/config