23 lines
462 B
Markdown
23 lines
462 B
Markdown
# dotfiles
|
|
|
|
A minimal, stable Linux development environment.
|
|
|
|
## Philosophy
|
|
|
|
* Prefer simplicity over customisation.
|
|
* Prefer native tools over plugins.
|
|
* Change configuration only to remove recurring friction.
|
|
* If a workaround exists, use it before changing the environment.
|
|
|
|
## Install
|
|
|
|
```sh
|
|
./install.sh
|
|
```
|
|
|
|
## Structure
|
|
|
|
* `config/` — Application configuration
|
|
* `scripts/` — Installation and utility scripts
|
|
* `install.sh` — Creates symbolic links
|