setup
setup copied to clipboard
GitHub Action and `curl pkgx.sh | sh`
Got this [all over my CI](https://github.com/gaggle/deliverymetrics/actions/runs/5672658868/attempts/1):  It [ran successfully when I retried the job](https://github.com/gaggle/deliverymetrics/actions/runs/5672658868). Is there retry logic to consider adding to increase fetching...
It seems like macOS bash doesn't read .bashrc out of .bash_profile by default: https://github.com/teaxyz/cli/issues/648 We should consider populating .bash_profile instead.
Hi, How can I install tea cli on NixOS? Best regards, Maciej Błędkowski
I ran into an issue trying to run a yarn task. I got a "node not found" error. Then I went to check on the terminal and got this... `which`...
we can get significant speed ups if we cache pkgs
Same for gum probs. However I dunno how to do the SHA check in a POSIX safe way.
Bootstrap in container. ```sh podman run -it --rm alpine ``` Installing `curl` and running `tea`. ```sh / # apk add curl fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz (1/5) Installing ca-certificates (20220614-r0) (2/5)...
https://code.gitea.io/tea/
Running on a completely fresh ubuntu install, I needed the following: ```sh apt install zsh libc-dev libstdc++-12-dev libgcc-12-dev libatomic1 chsh -s $(which zsh) ``` and to log out/in to get...