brew install wget
wget --no-check-certificate https://github.com/daveconnis/dotfiles/raw/master/tools/install.sh -O - | sh
This install script might not work. Also, we're using Oh-my-zsh which changes the file structure, so do this instead.
-
Create a
.zshrcfile that contains the ZSH files here, aka all the aliases, prompts, editor, etc. -
Bin files can go into the .oh-my-zsh git folder as new files.
-
In
.zshrc, be sure to link the RPROMPT path to where thegit-cwd-infolives and also give the appropriate access permissions by runningsudo chmod 755 'filename' -
Update line 8 in
git-cwd-infoto usegit symbolic-ref -q HEAD | sed -e 's|^refs/heads/||'instead of default.