Bug fixes
This commit is contained in:
parent
0256742a62
commit
7c0de54136
@ -1 +0,0 @@
|
|||||||
Subproject commit f9e7c45a484723f693a77ab6128a1cc163f3704a
|
|
@ -10,10 +10,15 @@ Install oh-my-zsh:
|
|||||||
sh -c "$(wget -O- https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
sh -c "$(wget -O- https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Install zsh-syntax-highlighting plugin to oh-my-zsh:
|
||||||
|
```bash
|
||||||
|
cd ~/oh-my-zsh/plugins
|
||||||
|
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
|
```
|
||||||
|
|
||||||
Copy configs:
|
Copy configs:
|
||||||
```bash
|
```bash
|
||||||
cp .zshrc ~
|
cp .zshrc ~
|
||||||
cp -r .oh-my-zsh ~
|
|
||||||
cp -r .config ~
|
cp -r .config ~
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user