From ef4ba869dad06d1649a1e97ea0a94cf8e486a6eb Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Sat, 10 Apr 2021 00:07:08 +0300 Subject: [PATCH] Add a readme --- .README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .README.md diff --git a/.README.md b/.README.md new file mode 100644 index 0000000..cad3aa9 --- /dev/null +++ b/.README.md @@ -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. +