
Im trying to get my surfshark vpn to run at startup so i don't have to constantly type in the run command and then the enormous username and password credentials in terminal.
Forgive me if this question has been asked a thousand times before, but i just can't find any info that isn't very technical or assumes i already know the basics of linux!
I need the answer to be dumbed down so a simpleton like me can get an understanding of it.
Right now when i start Raspbian Buster i have to do this in terminal:

Navigate to OpenVPN directory by entering:
cd /etc/openvpn
To see the list of all the available servers enter:
ls
Choose one of the servers for the serve list and connect to Surfshark by entering:
sudo openvpn [file name]
For example:
sudo openvpn us-dal.prod.surfshark.com_udp.ovpn
sudo openvpn /etc/openvpn/us-dal.prod.surfshark.com_udp.ovpn
And connect with the surfshark credentials.
Help,

Thanks
Ade