From 4161626164159c4f790a66265636db4c7ca5db1f Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 17 Sep 2016 09:41:22 -0400 Subject: [PATCH] macos.sh: Fix symlinks --- macos.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/macos.sh b/macos.sh index ce17fbc..61af60a 100644 --- a/macos.sh +++ b/macos.sh @@ -162,11 +162,11 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/mas chsh -s /usr/bin/zsh # Symlink all the things -ln -s .hammerspoon $HOME/.hammerspoon -ln -s .vim $HOME/.vim -ln -s .vimrc $HOME/.vimrc -ln -s .zshrc $HOME/.zshrc -ln -s shadowfacts.zsh-theme $HOME/.oh-my-zsh/themes/shadowfacts.zsh-theme +ln -s $HOME/dotfiles/.hammerspoon $HOME/.hammerspoon +ln -s $HOME/dotfiles/.vim $HOME/.vim +ln -s $HOME/dotfiles/.vimrc $HOME/.vimrc +ln -s $HOME/dotfiles/.zshrc $HOME/.zshrc +ln -s $HOME/dotfiles/shadowfacts.zsh-theme $HOME/.oh-my-zsh/themes/shadowfacts.zsh-theme source $HOME/.zshrc