From ba110c57d57e7efbd2de62de53157e6c80f8e18c Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr <50584123+Smirnov-O@users.noreply.github.com> Date: Wed, 18 Mar 2020 18:13:48 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78597ba..18a5181 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ Config for - TMUX - ZSH -####Vim +#### Vim Instlling [vim-plug](https://github.com/junegunn/vim-plug) ~~~bash curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ~~~ -####Tmux +#### Tmux Installing [OhMyTMUX](https://github.com/gpakosz/.tmux) ~~~bash git clone https://github.com/gpakosz/.tmux.git @@ -23,7 +23,7 @@ ln -s -f .tmux/.tmux.conf cp .tmux/.tmux.conf.local . ~~~ -####Zsh +#### Zsh Installing [Oh my zsh](https://github.com/ohmyzsh/ohmyzsh) ~~~bash sudo apt-get install zsh curl git