1 files changed,
17 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
50584123+Smirnov-O@users.noreply.github.com
Committed by:
GitHub
noreply@github.com
Committed at:
2020-03-31 18:05:41 +0300
Parent:
7bd6ccf
M
README.md
ยทยทยท 9 9 - TMUX 10 10 - ZSH 11 11 12 +#### Git 13 +Move settings git 14 +~~~bash 15 +mv gitconfig ~/.gitconfig 16 +~~~ 17 + 12 18 #### Vim 19 +Move settings vim 20 +~~~bash 21 +mv vimrc ~/.vimrc 22 +~~~ 13 23 Instlling [vim-plug](https://github.com/junegunn/vim-plug) 14 24 ~~~bash 15 25 curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ 16 26 https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim 17 27 ~~~ 18 28 29 +#### Nano 30 +Move settings nano 31 +~~~bash 32 +sudo mv nanorc /etc/nanorc 33 +~~~ 34 + 19 35 #### Tmux 20 -Installing [OhMyTMUX](https://github.com/gpakosz/.tmux) 36 +Installing [Oh My TMUX](https://github.com/gpakosz/.tmux) 21 37 ~~~bash 22 38 git clone https://github.com/gpakosz/.tmux.git 23 39 ln -s -f .tmux/.tmux.conf