#! /bin/sh # # clone_and_link.sh # Copyright (C) 2016 fabian # # Distributed under terms of the MIT license. # git submodule update --init --recursive echo "ln -s $PWD/vim $HOME/.vim" ln -sv $PWD/vim $HOME/.vim ln -sv ~/.vim/.vimrc $HOME/.vimrc ln -sv $PWD/zsh $HOME/.zsh ln -sv ~/.zsh/.zshrc $HOME/.zshrc ln -sv $PWD/tmux $HOME/.tmux ln -sv ~/.tmux/.tmux.conf $HOME/.tmux.conf