Add a readme

This commit is contained in:
Victor Timofei 2021-04-10 00:07:08 +03:00
parent d83b7ecd92
commit ef4ba869da
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 9 additions and 0 deletions

9
.README.md Normal file
View File

@ -0,0 +1,9 @@
# my dotfiles repo
## Clone
```sh
git clone --bare https://github.com/victor-timofei/dotfiles $HOME/.mydotfiles
```
See more at [this](https://www.atlassian.com/git/tutorials/dotfiles) Atlassian article.