22 lines
671 B
Markdown
22 lines
671 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
|
|
```
|
|
|
|
## Documentation
|
|
|
|
- [Fonts](docs/fonts.md): Fonts that I use regularly.
|
|
- [Utilities](docs/utilities.md): List of utilities I use.
|
|
- [Programming](docs/programming.md): List of programming languages/tools I use.
|