Browse Source

Link zsh aliases

coc
Schneider 7 years ago
parent
commit
91e880c527
  1. 2
      install.sh

2
install.sh

@ -6,7 +6,7 @@ if [[ ! -d ~/.oh-my-zsh ]]; then
echo -e "\nInstall oh-my-zsh"
echo "============================="
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
ln -s $DOTFILES/zsh/custom.zsh ~/.oh-my-zsh/custom/custom.zsh
ln -s $DOTFILES/zsh/{custom,aliases}.zsh ~/.oh-my-zsh/custom/{custom,aliases}.zsh
fi
echo -e "\nCreating symlinks"

Loading…
Cancel
Save