Fix links

This commit is contained in:
Fabian Ising
2017-05-24 16:59:32 +02:00
parent ca27cde38d
commit 7eed56c936
5 changed files with 27 additions and 12 deletions

View File

@@ -8,10 +8,11 @@
git submodule update --init --recursive
ln -s $PWD/vim ~/.vim
ln -s ~/.vim/.vimrc ~/.vimrc
ln -s $PWD/zsh ~/.zsh
ln -s ~/.zsh/.zshrc ~/.zshrc
ln -s $PWD/tmux ~/.tmux
ln -s ~/.tmux/.tmux.conf ~/.tmux.conf
echo "ln -s $PWD/vim $HOME/.vim"
ln -Tsv $PWD/vim $HOME/.vim
ln -Tsv ~/.vim/.vimrc $HOME/.vimrc
ln -Tsv $PWD/zsh $HOME/.zsh
ln -Tsv ~/.zsh/.zshrc $HOME/.zshrc
ln -Tsv $PWD/tmux $HOME/.tmux
ln -Tsv ~/.tmux/.tmux.conf $HOME/.tmux.conf