From 25b76b735315e24c0035f5a31788e8329c7308d9 Mon Sep 17 00:00:00 2001 From: Sebastian Semmler <sebastian@semmler.pro> Date: Tue, 14 Jun 2016 14:01:51 +0200 Subject: [PATCH] symlinks files to home folder --- bootstrap.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..a0990eb --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,7 @@ +#!/bin/zsh +ln -s /Users/basti/dotfiles/.zsh /Users/basti +ln -s /Users/basti/dotfiles/.zshrc /Users/basti +ln -s /Users/basti/dotfiles/.vim /Users/basti +ln -s /Users/basti/dotfiles/.vimrc /Users/basti +ln -s /Users/basti/dotfiles/.tmux.conf /Users/basti +#git submodule init && git submodule update -- GitLab