This bash script is designed to automate setup for my personal Linux VM instances. I intend to add to and improve it as time passes and I customize my VMs more.
- Download:
git clone https://github.com/jada-cumberland/linux_setup.git - Move inside the directory:
cd linux_setup - Add execute permissions to setup.sh:
chmod +x setup.sh - Run the file:
sudo ./setup.sh
If you have openvpn files from HackTheBox or TryHackMe, create a resources directory inside linux_setup and add the .ovpn files to it. Ensure the filenames contain the corresponding strings:
- HTB Starting Point:
starting, called withspovpn - HTB Labs:
lab, called withlabovpn - THM:
thm, called withthmovpn
Ex. linux_setup/resources/thm_jada.ovpn
- Pimpmykali (if running Kali Linux): Add Kali fixes and install useful scripts
- Aliases: Add aliases to the shell configuration to streamline command usage