ac437b3b0e594d63644bb944b963db2da6f0dc5c
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
./install.sh
Structure
config/— Application configurationscripts/— Installation and utility scriptsinstall.sh— Creates symbolic links
Versioning
Releases are tagged.
The goal is to keep the environment stable. New features should solve real issues rather than my curiosity.
Description
Languages
Shell
100%