Skip to content

Instantly share code, notes, and snippets.

@t0xicCode
Last active November 11, 2024 19:33
Show Gist options
  • Save t0xicCode/701c8c5772c272a2f67e21c53dbf67b3 to your computer and use it in GitHub Desktop.
Save t0xicCode/701c8c5772c272a2f67e21c53dbf67b3 to your computer and use it in GitHub Desktop.
One-liner to install or upgrade zellij
#!/bin/sh
wget -O - https://github.com/zellij-org/zellij/releases/latest/download/zellij-x86_64-unknown-linux-musl.tar.gz | tar xvzf - -C /usr/local/bin -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment