Riley Housden
dee81351a6
+ added pythonic command existence checking. + split clipboard copying to its own method. + bwg accepts "full" to copy all login fields. - disabled addins for the time being. + improve installation instructions.
14 lines
449 B
Markdown
14 lines
449 B
Markdown
# 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'
|
|
git clone --bare <git-repo-url> $HOME/.cfg
|
|
config checkout
|
|
config config --local status.showUntrackedFiles no
|
|
```
|