renovate[bot] 96ab0b62fe deps(renovate): update dependency asdf-vm/asdf to v0.16.7 (#2)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [asdf-vm/asdf](https://redirect.github.com/asdf-vm/asdf) | patch |
`v0.16.6` -> `v0.16.7` |

---

### Release Notes

<details>
<summary>asdf-vm/asdf (asdf-vm/asdf)</summary>

###
[`v0.16.7`](https://redirect.github.com/asdf-vm/asdf/releases/tag/v0.16.7)

[Compare
Source](https://redirect.github.com/asdf-vm/asdf/compare/v0.16.6...v0.16.7)

##### Bug Fixes

- remove comment from first line zsh completion output
([#&#8203;2035](https://redirect.github.com/asdf-vm/asdf/issues/2035))
([#&#8203;2037](https://redirect.github.com/asdf-vm/asdf/issues/2037))
([74d7b17](74d7b17a1c))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kellervater/homeracker).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGdyYWRlOnBhdGNoIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-10 21:12:53 +00:00
2025-04-10 23:03:21 +02:00
2025-04-10 19:29:36 +02:00
2025-04-10 23:03:21 +02:00
2025-04-10 23:03:21 +02:00
2025-04-10 23:09:38 +02:00
2025-04-10 23:09:38 +02:00
2025-04-09 22:35:16 +02:00
2025-04-10 23:09:38 +02:00
2025-04-10 23:03:21 +02:00
2025-04-10 23:03:21 +02:00

# home-racker

HomeRacker Assembly

HomeRacker is a fully modular rack building system for virtually any "racking needs" (Server Rack, shoe rack, book shelf, you name it).

This repo though contains the respective scad files for all fully customizable models as well as the documentation for the entire project.

Everyting else (like the HomeRacker - Core) you can find on my Makerworld Page). There I provide all all models (which I didn't transpile into scad) as f3d files.

Development

Note

Everything Jekyll-related has been tested using debian-based distros (in my case Ubuntu and WSL2 Ubuntu).

Prerequisites

make

Install make. E.g. for debian-based OSs:

sudo apt install make

asdf

You need to install asdf. You can do so by running the install script:

chmod +x install-asdf.sh && ./install-asdf.sh

This will add asdf and bash completion to your path.

Feedback?

Open an issue here rather than at Makerworld. I can track feature requests and bugs way easier here in Github.

Licensing

  • The source code in this repository is licensed under the MIT License (see LICENSE).
  • All 3D models and creative assets (in /models/) are licensed under the CC BY-NC 4.0 License (see /models/LICENSE). <0A>
Languages
Python 52.6%
OpenSCAD 47.4%