macos.sh: Fix symlinks

This commit is contained in:
Shadowfacts 2016-09-17 09:41:22 -04:00 committed by GitHub
parent 361c1841bd
commit 4161626164
1 changed files with 5 additions and 5 deletions

View File

@ -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