I hereby claim:
- I am yourwebdevguy on github.
- I am yourwebdevguy (https://keybase.io/yourwebdevguy) on keybase.
- I have a public key ASCglWFPJu8bZpViFShWBxugmtmm0jWwRH8LwWcOkkUaego
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Get the architecture of the machine | |
| arch=$(uname -m) | |
| os=$(uname -s) | |
| # Download the Zellij binary | |
| if [ "$os" == "Darwin" ]; then | |
| filename="zellij-${arch}-apple-darwin.tar.gz" | |
| url="https://github.com/zellij-org/zellij/releases/latest/download/$filename" |