Skip to content

Commit

Permalink
Replace specific dot files path with inferred
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisrandy committed Jan 21, 2020
1 parent 79dbdc8 commit 0edb2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -27,7 +27,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/mas
ln -sf $PATH_TO_DOT_FILES/.zshrc $HOME/.zshrc

# install custom zsh theme
ln -s $HOME/git/dotfiles/avit.zsh-theme $HOME/.oh-my-zsh/custom/themes/avit.zsh-theme
ln -s $PATH_TO_DOT_FILES/avit.zsh-theme $HOME/.oh-my-zsh/custom/themes/avit.zsh-theme

# install node/yarn
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
Expand Down

0 comments on commit 0edb2f6

Please sign in to comment.