dotfiles/README.md

16 lines
458 B
Markdown

# dotfiles
These are my dotfiles and high-level information regarding my computer setup.
It's largely built for me as the primary consumer and not as a general source
for others. That being said, if you want to use them, go for it. I recommend
reading the files as I try to include at least minimal documentation.
## Usage
```bash
$ cd ~
$ git clone git@git.sr.ht:~eidolon/dotfiles
$ cd dotfiles
$ ./setup-directories.sh
$ ./install.sh --auto-backup
```