From 0e67066542d2e82cf1907c46c22122636c4ea839 Mon Sep 17 00:00:00 2001 From: Sebastian Semmler <sebastian@semmler.pro> Date: Tue, 14 Jun 2016 16:20:17 +0200 Subject: [PATCH] fixed installer script --- bootstrap.sh | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index b38fe38..e7c418a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,9 +1,10 @@ -#!/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 -ln -s /Users/basti/dotfiles/.zlogin /Users/basti -ln -s /Users/basti/dotfiles/.gvimrc /Users/basti -#git submodule init && git submodule update +#!/bin/sh +ln -s ~/dotfiles/.zsh ~ +ln -s ~/dotfiles/.zshrc ~ +ln -s ~/dotfiles/.vim ~ +ln -s ~/dotfiles/.vimrc ~ +ln -s ~/dotfiles/.tmux.conf ~ +ln -s ~/dotfiles/.zlogin ~ +ln -s ~/dotfiles/.gvimrc ~ +git submodule init && git submodule update +mkdir ~/.vimbackup -- GitLab