Simplify installation instructions
This commit is contained in:
parent
d0bc126d01
commit
a2f9168671
12
README.md
12
README.md
|
@ -13,24 +13,20 @@ version is 4.3.10.
|
||||||
|
|
||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
|
|
||||||
git clone https://github.com/sorin-ionescu/oh-my-zsh.git ~/.oh-my-zsh
|
git clone --recursive https://github.com/sorin-ionescu/oh-my-zsh.git ~/.oh-my-zsh
|
||||||
|
|
||||||
2. Initialize the submodules:
|
2. Create a new Zsh configuration by copying the Zsh configuration file
|
||||||
|
|
||||||
cd ~/.oh-my-zsh && git submodule update --init --recursive
|
|
||||||
|
|
||||||
3. Create a new Zsh configuration by copying the Zsh configuration file
|
|
||||||
templates provided:
|
templates provided:
|
||||||
|
|
||||||
for rcfile in ~/.oh-my-zsh/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
|
cp -f $rcfile ~/.$rcfile:t
|
||||||
done
|
done
|
||||||
|
|
||||||
4. Set Zsh as your default shell:
|
3. Set Zsh as your default shell:
|
||||||
|
|
||||||
chsh -s /bin/zsh
|
chsh -s /bin/zsh
|
||||||
|
|
||||||
5. Open a new Zsh terminal window or tab.
|
4. Open a new Zsh terminal window or tab.
|
||||||
|
|
||||||
### Mac OS X
|
### Mac OS X
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue