Refine installation instructions

This commit is contained in:
David Todd (c0de) 2018-05-16 17:37:00 -05:00
parent f4aed63181
commit 8e5e39a67d
2 changed files with 7 additions and 1 deletions

View File

@ -9,8 +9,14 @@
# git
# php 5.3 or greater
echo "Please ensure that the following packages are installed and available in your PATH before proceeding:"
echo "tmux, vim, zsh, curl, git"
read -p "Press enter to continue. " WAIT_FOR_INPUT
# First things first, install oh-my-zsh
echo "Installing Oh-My-ZSH"
echo "When the install is done, type `exit` to continue installing dotfiles"
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
echo "Overriding ~/.zshrc. A backup can be found at ~/.zshrc.backup"

View File

@ -51,7 +51,7 @@ fi
ZSH=$HOME/.oh-my-zsh
# Would you like to use another custom folder than $ZSH/custom?
ZSH_CUSTOM=$HOME/dotfiles/omz
ZSH_CUSTOM=$_DOTFILES/omz
# Theme for Oh-My-ZSH
ZSH_THEME="darkblood"