Create README.md

This commit is contained in:
Matúš Námešný 2017-09-28 14:44:14 +02:00 committed by GitHub
parent 5737c93ef3
commit b688dc7d6d
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -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/)