To connect the Pi Zero, I utilized a Micro-B/Ethernet adaptor cable, since the Pi Zero lacks built-in network connectivity. As seen in the photo below, the Pi Zero is connected directly to the Google Home Router via its Gigabit LAN Port. To ensure that the device is set up correctly, I inspected the network connected devices in my Google Home app. While in the app, I also set the Pi-Hole’s DHCP IP reservation to: 192.168.86.69 for my home network.
Once that was completed, I returned to my PC and proceeded to remote login into the Pi-Hole using the following command: ssh pi@192.168.86.69 and was prompted to enter a password. After this, I entered a command which will install the Pi-Hole: curl -sSL https://install.pi-hole.net | bash. During this process, some installation prompts will appear. For my purposes, the default options for all installation settings are fine.