minikube without sudo

Shell
It is suggested (by minikube) to change the ownership and
permissions of ~/.kube and ~/.minikube after the installation.

sudo chown -R $USER $HOME/.kube
sudo chown -R $USER $HOME/.minikube
Source

Also in Shell: