dotfiles/README.md
2020-05-25 22:56:05 +03:00

19 lines
No EOL
208 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
~~~