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
|
||||||
|
|
1
prezto/.zpretzo
Submodule
1
prezto/.zpretzo
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 300102897a4710e1559e4435c686f794d126d3c3
|
Loading…
Add table
Add a link
Reference in a new issue