1 files changed,
3 insertions(+),
3 deletions(-)
Author:
Smirnov Oleksandr
50584123+Smirnov-O@users.noreply.github.com
Committed by:
GitHub
noreply@github.com
Committed at:
2020-03-18 18:13:48 +0200
Parent:
99c3ec6
M
README.md
··· 8 8 - TMUX 9 9 - ZSH 10 10 11 -####Vim 11 +#### Vim 12 12 Instlling [vim-plug](https://github.com/junegunn/vim-plug) 13 13 ~~~bash 14 14 curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ 15 15 https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim 16 16 ~~~ 17 17 18 -####Tmux 18 +#### Tmux 19 19 Installing [OhMyTMUX](https://github.com/gpakosz/.tmux) 20 20 ~~~bash 21 21 git clone https://github.com/gpakosz/.tmux.git ··· 23 23 cp .tmux/.tmux.conf.local . 24 24 ~~~ 25 25 26 -####Zsh 26 +#### Zsh 27 27 Installing [Oh my zsh](https://github.com/ohmyzsh/ohmyzsh) 28 28 ~~~bash 29 29 sudo apt-get install zsh curl git