Skip to content

Instantly share code, notes, and snippets.

@ngraham20
Created September 6, 2024 21:52
Show Gist options
  • Save ngraham20/c24f2de8de5e9ecd180cbaf3ae35e4b5 to your computer and use it in GitHub Desktop.
Save ngraham20/c24f2de8de5e9ecd180cbaf3ae35e4b5 to your computer and use it in GitHub Desktop.
CKA environment setup
#!/bin/bash
alias kc=kubectl
alias bat=cat
alias hx=/root/squashfs-root/AppRun
wget https://github.com/helix-editor/helix/releases/download/24.07/helix-24.07-x86_64.AppImage
chmod +x helix-24.07-x86_64.AppImage
./helix-24.07-x86_64.AppImage --appimage-extract
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment