Bug fixes

This commit is contained in:
Wiktor Zykubek 2019-10-01 16:34:17 +02:00
parent 0256742a62
commit 7c0de54136
2 changed files with 6 additions and 2 deletions

@ -1 +0,0 @@
Subproject commit f9e7c45a484723f693a77ab6128a1cc163f3704a

View File

@ -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 ~
``` ```