Add diffs

This commit is contained in:
Fabian Ising
2019-02-28 13:36:24 +01:00
parent a2e3d2c914
commit 5bfbfc1fc7
5 changed files with 28 additions and 4 deletions

18
clone_and_link_mac.sh Executable file
View File

@@ -0,0 +1,18 @@
#! /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