Refine installation instructions
This commit is contained in:
parent
f4aed63181
commit
8e5e39a67d
@ -9,8 +9,14 @@
|
|||||||
# git
|
# git
|
||||||
# php 5.3 or greater
|
# 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
|
# First things first, install oh-my-zsh
|
||||||
echo "Installing 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)"
|
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"
|
echo "Overriding ~/.zshrc. A backup can be found at ~/.zshrc.backup"
|
||||||
|
@ -51,7 +51,7 @@ fi
|
|||||||
ZSH=$HOME/.oh-my-zsh
|
ZSH=$HOME/.oh-my-zsh
|
||||||
|
|
||||||
# Would you like to use another custom folder than $ZSH/custom?
|
# 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
|
# Theme for Oh-My-ZSH
|
||||||
ZSH_THEME="darkblood"
|
ZSH_THEME="darkblood"
|
||||||
|
Loading…
Reference in New Issue
Block a user