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
18
README.md
18
README.md
|
|
@ -9,15 +9,31 @@ Config for
|
||||||
- TMUX
|
- TMUX
|
||||||
- ZSH
|
- ZSH
|
||||||
|
|
||||||
|
#### Git
|
||||||
|
Move settings git
|
||||||
|
~~~bash
|
||||||
|
mv gitconfig ~/.gitconfig
|
||||||
|
~~~
|
||||||
|
|
||||||
#### Vim
|
#### Vim
|
||||||
|
Move settings vim
|
||||||
|
~~~bash
|
||||||
|
mv vimrc ~/.vimrc
|
||||||
|
~~~
|
||||||
Instlling [vim-plug](https://github.com/junegunn/vim-plug)
|
Instlling [vim-plug](https://github.com/junegunn/vim-plug)
|
||||||
~~~bash
|
~~~bash
|
||||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
#### Nano
|
||||||
|
Move settings nano
|
||||||
|
~~~bash
|
||||||
|
sudo mv nanorc /etc/nanorc
|
||||||
|
~~~
|
||||||
|
|
||||||
#### Tmux
|
#### Tmux
|
||||||
Installing [OhMyTMUX](https://github.com/gpakosz/.tmux)
|
Installing [Oh My TMUX](https://github.com/gpakosz/.tmux)
|
||||||
~~~bash
|
~~~bash
|
||||||
git clone https://github.com/gpakosz/.tmux.git
|
git clone https://github.com/gpakosz/.tmux.git
|
||||||
ln -s -f .tmux/.tmux.conf
|
ln -s -f .tmux/.tmux.conf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue