From f731ce2acdfb66b40f38bde00774bf20d4bb50a7 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr <50584123+Smirnov-O@users.noreply.github.com> Date: Tue, 31 Mar 2020 18:05:41 +0300 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43b6464..1dd56f2 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,31 @@ Config for - 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