quick push

This commit is contained in:
Stefen Auris 2018-04-11 15:27:33 -04:00
parent 0b80b80e2d
commit a7c8aaa93d
12 changed files with 6 additions and 448 deletions

View file

@ -3,9 +3,15 @@
# Clone Prezto
git clone --recursive https://github.com/steveokard/prezto.git "${ZDOTDIR:-$HOME}/stevset/prezto/.zprezto"
#Remove old stuff
rm -rf ~/.zshrc ~/.zsh
#Make Environment Links, per github readme
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/stevset/prezto/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done
#Fix History
cat ~/.zsh_history > ~/.zhistory