Files
dotfiles/README.md

13 lines
329 B
Markdown
Raw Normal View History

2021-03-23 21:51:23 +01:00
# dotfiles
Get dotfiles:
```sh
$ git clone --bare https://github.com/don-philipe/dotfiles.git $HOME/.dotfiles
$ alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
$ dotfiles config --local status.showUntrackedFiles no
$ dotfiles checkout
```
If files are already present one has to delete/backup them.