all repos

dotfiles @ f731ce2

my dotfiles
1 files changed, 17 insertions(+), 1 deletions(-)
Update README.md
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,15 +9,31 @@ - BASH

- TMUX - ZSH +#### Git +Move settings git +~~~bash +mv gitconfig ~/.gitconfig +~~~ + #### Vim +Move settings vim +~~~bash +mv vimrc ~/.vimrc +~~~ 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 ~~~ +#### Nano +Move settings nano +~~~bash +sudo mv nanorc /etc/nanorc +~~~ + #### Tmux -Installing [OhMyTMUX](https://github.com/gpakosz/.tmux) +Installing [Oh My TMUX](https://github.com/gpakosz/.tmux) ~~~bash git clone https://github.com/gpakosz/.tmux.git ln -s -f .tmux/.tmux.conf