anoushkrit / open-setups

step-by-step guides to installing various softwares which don't have an easy way to get installed
GNU General Public License v3.0
0 stars 0 forks source link

setup `zellij` #8

Closed anoushkrit closed 5 months ago

anoushkrit commented 5 months ago

Setting up zellij with and without sudo privileges https://zellij.dev/documentation/installation

https://github.com/zellij-org/zellij/releases

anoushkrit commented 5 months ago
 wget https://github.com/zellij-org/zellij/releases/download/v0.39.2/zellij-x86_64-unknown-linux-musl.tar.gz
anoushkrit commented 5 months ago
tar -xvf zellij*.tar.gz
chmod +x zellij
./zellij

export PATH=$PATH:/path/to/zellij