Created
September 6, 2024 21:52
-
-
Save ngraham20/c24f2de8de5e9ecd180cbaf3ae35e4b5 to your computer and use it in GitHub Desktop.
CKA environment setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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