dotfiles/README.md
Smirnov Aleksandr 3d94602d89
Update README.md
2020-06-15 22:49:42 +03:00

30 lines
387 B
Markdown

# Dot files
Config for
- Git
- Vim
- Bash
- Tmux
- Zsh
### Install
~~~bash
git clone https://github.com/Smirnov-O/dotfiles
cd dotfiles
chmod +x install.sh
./install.sh
vim +source~/.vimrc +PlugInstall
chsh -s $(which zsh)
~~~
### Screen-shot
![](https://i.imgur.com/yHVgYZ7.png)
---
[Oh my ZSH](https://github.com/ohmyzsh/ohmyzsh)
[Oh my Tmux](https://github.com/gpakosz/.tmux)