From b688dc7d6d9cb9453c8b083546645c75fcdb1e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20N=C3=A1me=C5=A1n=C3=BD?= Date: Thu, 28 Sep 2017 14:44:14 +0200 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1cab181 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Dotfiles + +My dotfiles. If you want to use them fork or clone the repo. + +## Usage + +* Requirements [git](https://git-scm.com/), [zsh](http://www.zsh.org/), [antigen](https://github.com/zsh-users/antigen) and [ccat](https://github.com/jingweno/ccat) +* `echo ".dotfiles" >> .gitignore` +* `git clone --bare https://github.com/LordMathis/dotfiles/ $HOME/.dotfiles` +* `alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME` +* `config checkout` +* `source .zshrc` + +## [Full Guide](https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/)