scripts-linux

Install Scripts

Application Install command
AWS CLI curl -Lks https://raw.githubusercontent.com/erniedotson/scripts-linux/master/awscli-install.sh | /bin/bash
Docker curl -Lks https://raw.githubusercontent.com/erniedotson/scripts-linux/master/docker-install.sh | /bin/bash
Helm curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
k3s curl -sfL https://get.k3s.io | sh -
kubectl curl -Lks https://raw.githubusercontent.com/erniedotson/scripts-linux/master/kubectl-install.sh | /bin/bash
Starship Cross-shell Prompt curl -Lks https://raw.githubusercontent.com/erniedotson/scripts-linux/master/starship-install.sh | /bin/bash
The Fuck curl -Lks https://raw.githubusercontent.com/erniedotson/scripts-linux/master/thefuck-install.sh | /bin/bash
tldr pages curl -Lks https://raw.githubusercontent.com/erniedotson/scripts-linux/master/tldr-install.sh | /bin/bash