mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update README.md
This commit is contained in:
parent
7bd6ccf797
commit
f731ce2acd
1 changed files with 17 additions and 1 deletions
16
README.md
16
README.md
|
|
@ -9,13 +9,29 @@ 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 [Oh My TMUX](https://github.com/gpakosz/.tmux)
|
||||
~~~bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue