initial pretzo configuration
This commit is contained in:
parent
17d088c33a
commit
beb756bf87
2 changed files with 12 additions and 0 deletions
11
prezto.zsh
Executable file
11
prezto.zsh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/zsh
|
||||
#Initializes Prezto
|
||||
#make link to stevset
|
||||
stow prezto
|
||||
|
||||
#Make Environment Links, per github readme
|
||||
setopt EXTENDED_GLOB
|
||||
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
|
||||
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
|
||||
done
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue