Update README.md

This commit is contained in:
Smirnov Oleksandr 2020-03-18 18:13:48 +02:00 committed by GitHub
parent 99c3ec617d
commit ba110c57d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@ Config for
- TMUX - TMUX
- ZSH - ZSH
####Vim #### Vim
Instlling [vim-plug](https://github.com/junegunn/vim-plug) Instlling [vim-plug](https://github.com/junegunn/vim-plug)
~~~bash ~~~bash
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
~~~ ~~~
####Tmux #### Tmux
Installing [OhMyTMUX](https://github.com/gpakosz/.tmux) Installing [OhMyTMUX](https://github.com/gpakosz/.tmux)
~~~bash ~~~bash
git clone https://github.com/gpakosz/.tmux.git git clone https://github.com/gpakosz/.tmux.git
@ -23,7 +23,7 @@ ln -s -f .tmux/.tmux.conf
cp .tmux/.tmux.conf.local . cp .tmux/.tmux.conf.local .
~~~ ~~~
####Zsh #### Zsh
Installing [Oh my zsh](https://github.com/ohmyzsh/ohmyzsh) Installing [Oh my zsh](https://github.com/ohmyzsh/ohmyzsh)
~~~bash ~~~bash
sudo apt-get install zsh curl git sudo apt-get install zsh curl git