quick push
This commit is contained in:
parent
0b80b80e2d
commit
a7c8aaa93d
12 changed files with 6 additions and 448 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue