tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

commit d4ad7774157328bcc067545a951f6d2c00aa07b3
parent c9b5b285625266bafbc8b61cf7f3458aaf04f835
Author: mtmn <miro@haravara.org>
Date:   Fri, 10 Apr 2026 01:34:00 +0200

docs: update readme

Former-commit-id: 497b3ecf6321f9b7e810c737c49583d211ca8011
Former-commit-id: ea4efe2e956db14634ebc4da1b05e3060e83925e
Former-commit-id: 422c079ac34eef0646f57fe5d1511a90ef6ceb34
Diffstat:
MREADME.md | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -17,7 +17,6 @@ bazel fetch //... ```bash bazel query "kind('rust_', //...) except attr('name', '.*-(debug|profiling)$', //...)" bazel query "kind('zig_', //...)" -bazel query "kind('rb_', //...)" bazel query "kind('py_', //...)" bazel query "kind('cc_', //...)" bazel query "kind('sh_', //...)" @@ -30,9 +29,9 @@ bazel build //magnolia ``` ### deploy -> `bazel-bin` -> ``/opt/bazel-tools`` +> `bazel-bin` -> ``$HOME/.local/share/tools`` ```bash -sudo install -d -m 700 -o $USER /opt/bazel-tools +sudo install -d -m 700 -o $USER $HOME/.local/share/tools bazel run //magnolia:deploy ```