Files
dotfiles/clone_and_link_mac.sh
Fabian Ising 5bfbfc1fc7 Add diffs
2019-02-28 13:36:24 +01:00

19 lines
407 B
Bash
Executable File

#! /bin/sh
#
# clone_and_link.sh
# Copyright (C) 2016 fabian <fabian@fabi-laptop-arch>
#
# 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