pkgx
pkgx copied to clipboard
the last thing you’ll install
pipe the data to an instance of tar, extract as we download.
if we find `.env` or `.envrc` files then load them. support it the same as https://direnv.net does. /cc @jhheider, @jonchang, @mfts for opinion
This is just a quick take on #998. Ideally, pkgx should be able to handle this case by first uninstalling the existing package and then installing the desired one, which...
Let's say I previously had: ```console pkgx install java@17 ``` Then later: ```console $ pkgx install java@11 pkgx: already installed: java (openjdk.org^17) $ echo $? 0 ``` Here is what...
The projects on PKGX are not fast enough.
Which was previously throwing _pkgx_dev_off not found. And also make sure to pass rm -f as some people alias rm to rm -i, which can come from the popular OMZ...
We cannot apply this yet as deno 1.40 shouts about deprecation warnings in libpkgx that we cannot remove.
Refs #704
+windows
Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.9 to 1.10. Release notes Sourced from robinraju/release-downloader's releases. Release Downloader v1.10 What's Changed Update README.md by @robinraju in robinraju/release-downloader#680 Bump actions/checkout from 3 to 4 by...