Skip to content

Instantly share code, notes, and snippets.

@bplasmeijer
Last active May 3, 2024 19:16
Show Gist options
  • Save bplasmeijer/a4845a4858f1c0b0a22848984475322d to your computer and use it in GitHub Desktop.
Save bplasmeijer/a4845a4858f1c0b0a22848984475322d to your computer and use it in GitHub Desktop.
set-up K9S on #WSL2
cd ~
curl -L https://github.com/derailed/k9s/releases/download/v0.21.4/k9s_Linux_x86_64.tar.gz -o k9s
tar -xf k9s
chmod +x k9s
mv ./k9s /usr/local/bin/k9s
k9s
@Pl8tinium
Copy link

ty for the gist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment