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
([#​2035](https://redirect.github.com/asdf-vm/asdf/issues/2035))
([#​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>
# home-racker
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>
