Max Howell
Max Howell
It's not that pkgx pollutes `~/.local` it's that the tools you run with `pkgx` may “pollute” your home directory in general. You will need to refer to each and every...
> but I wanted to make sure first the people in charge like the idea. we love the idea! looking forward to your translation.
We don’t add `.` to the `PATH`. However we do add `~/.tea/tea.xyz/v\*/bin` to the `PATH` in some situations to ensure `tea` can be found by sub processes and that is...
> Is freebsd supported if compile from source? We would love to support freebsd. Sadly, it is not currently trivial to boostrap the key packages required to build the rest....
First steps for native Windows are almost complete, just got some npm build issues https://github.com/pkgxdev/libpkgx/pull/48)
```sh $ env +java@17 $ mvn --version Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: /Users/mxcl/.pkgx/maven.apache.org/v3.9.6 Java version: 17.0.10, vendor: tea.xyz, runtime: /Users/mxcl/.pkgx/openjdk.org/v17.0.10.6 Default locale: en_US, platform encoding: UTF-8 OS name: "mac...
> Nah, I don't think any specific version should be preferred. But if one has to be chosen, I'd say latest LTS (currently 21) is a good default. Well I...
K I get what you are asking for. I think it’s possible that `companions` could work this way. If we find a system version we use it. We don’t currently...
Notably this is preventing us from bundling `pkgx` with our .app since it means the notorization fails. Additionally this prevented us from adding `pkgx` to Homebrew since their automation requires...
We sign with ` || true` (lol) which leaves a somewhat signed binary. The main trick we are using is that installing things via `curl` bypasses gatekeeper.