Andy Kipp
Andy Kipp
Try to use https://github.com/xxh/xxh-plugin-zsh-powerlevel10k
Hi @NICHOLAS85 ! Thank you for report! The problem is that portable zsh is using `glibc` now. Right now we're working on new zsh portable version which could resolve this...
@NICHOLAS85 try this please. Here is statically linked portable zsh: ``` pip install --upgrade xxh-xxh # to xxh 0.6.1 xxhp install xxh-shell-zsh-romkatv xxh myhost +s xxh-shell-zsh-romkatv +if ``` Is it...
Thank you for test! Do you know any ways to repeat the issue without having Jailbroken iPhone? Short search for dockerized solution gives not so enough info. I see the...
As I understand you want to install zsh on iPhone manually and then you want to connect using xxh? Am I right? In this case you can just fork [xxh-shell-bash-zero](https://github.com/xxh/xxh-shell-bash-zero)...
Hey @NICHOLAS85 ! You can try new portable zsh build for darwin: ``` mkdir -p /tmp/zsh && cd /tmp/zsh curl -fSLO -- "https://github.com/romkatv/zsh-bin/releases/download/v3.0.1/zsh-5.8-darwin-x86_64.tar.gz" tar -xzf zsh-5.8-darwin-x86_64.tar.gz mv zsh-5.8-darwin-x86_64 zsh ./zsh/share/zsh/5.8/scripts/relocate...
@romkatv please take a look.
Hi @niktob560! Thank you for reporting this! Try to find appropriate for your OS and architecture zsh binary version in [zsh-bin release assets](https://github.com/romkatv/zsh-bin/releases). UPD: I see `zsh-5.8-linux-aarch64.tar.gz`! Feel free to...
Hi! You can fork this repo and replace the zsh-bin binary to the arm version from https://github.com/romkatv/zsh-bin/releases
Hello @jaraco! Thank you for reporting this! By default xonsh packed in AppImage app. And the error (`bash: ./xonsh: cannot execute binary file: Exec format error`) looks like that AppImage...