Bug fixes
This commit is contained in:
parent
a0a67845ed
commit
72c88aa6e0
@ -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)"
|
||||
```
|
||||
|
||||
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:
|
||||
```bash
|
||||
cp .zshrc ~
|
||||
cp -r .oh-my-zsh ~
|
||||
cp -r .config ~
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user