dots/README.md

15 lines
449 B
Markdown
Raw Permalink Normal View History

2021-09-22 07:54:34 +00:00
# dots
## disclaimer
These dotfiles are... unstable, still being put together, still hashing out how I want it to work, whatever you want to call it. Do not install unless you're 100% sure what everything does.
# Installation
That said, here's installation:
```sh
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
2021-09-22 07:54:34 +00:00
git clone --bare <git-repo-url> $HOME/.cfg
config checkout
config config --local status.showUntrackedFiles no
2021-09-22 07:54:34 +00:00
```