Thanks for helping improve x, the script repository used to configure and refresh X environments.
- Fork the repository and create a branch from
main. - Make focused changes (one feature/fix per pull request).
- Test scripts on the target platform (Linux distro and/or WSL).
- Open a pull request with clear context, steps to test, and rollback notes if relevant.
x.sh: base post-boot setup and environment refresh script.scripts/: optional modular add-ons.wsl/: setup and install scripts for WSL environments.
- Keep scripts idempotent when possible (safe to run more than once).
- Prefer explicit checks before system modifications.
- Document new behavior in
README.mdor module readmes. - Never commit secrets, tokens, private keys, or machine-specific credentials.
- For vulnerability reports, use SECURITY.md instead of public issues.
By participating, you agree to follow CODE_OF_CONDUCT.md.
We appreciate every improvement to X scripts.