Browse Source

Fix ln failed

mac-init
Ein Verne 4 years ago
parent
commit
d26644e4dc
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 6
      README.md
  2. 2
      bootstrap.sh

6
README.md

@ -1,5 +1,11 @@
dotfiles config contain vim, zsh, tmux configurations. dotfiles config contain vim, zsh, tmux configurations.
## MacOS setup
git clone [email protected]:einverne/dotfiles.git
cd dotfiles
bash bootstrap.sh
## Overview ## Overview
- zsh - zsh

2
bootstrap.sh

@ -40,7 +40,7 @@ if [ -f ~/.zshrc ]; then
cat ~/.zshrc cat ~/.zshrc
mv ~/.zshrc ~/zshrc.bak mv ~/.zshrc ~/zshrc.bak
fi fi
ln -s .zshrc ~/.zshrc ln -s ./.zshrc ~/.zshrc
source ~/.zshrc source ~/.zshrc
echo "Setup applications" echo "Setup applications"

Loading…
Cancel
Save