From d26644e4dc59d92e0625bcf80b9d373c1e42d6ea Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Fri, 17 Jul 2020 20:33:06 +0800 Subject: [PATCH] Fix ln failed --- README.md | 6 ++++++ bootstrap.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 017cca2..d8118e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ dotfiles config contain vim, zsh, tmux configurations. +## MacOS setup + + git clone git@github.com:einverne/dotfiles.git + cd dotfiles + bash bootstrap.sh + ## Overview - zsh diff --git a/bootstrap.sh b/bootstrap.sh index bc4c0c9..cdb3c3e 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -40,7 +40,7 @@ if [ -f ~/.zshrc ]; then cat ~/.zshrc mv ~/.zshrc ~/zshrc.bak fi -ln -s .zshrc ~/.zshrc +ln -s ./.zshrc ~/.zshrc source ~/.zshrc echo "Setup applications"