Use .oh-my-zsh directory (for now)
This commit is contained in:
parent
a70a694246
commit
e52a1d0ab3
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@ version is 4.3.10.
|
|||
|
||||
1. Clone the repository:
|
||||
|
||||
git clone --recursive https://github.com/sorin-ionescu/prezto.git ~/.prezto
|
||||
git clone --recursive https://github.com/sorin-ionescu/prezto.git ~/.oh-my-zsh
|
||||
|
||||
2. Create a new Zsh configuration by copying the Zsh configuration file
|
||||
templates provided:
|
||||
|
||||
for rcfile in ~/.prezto/templates/z{shenv,shrc,login,logout}; do
|
||||
for rcfile in ~/.oh-my-zsh/templates/z{shenv,shrc,login,logout}; do
|
||||
cp -f $rcfile ~/.$rcfile:t
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue