The Raspberry Pi Configurator is a script I created to simplify reproducing my Raspberry Pi project videos from YouTube. Instead of manually typing commands to install various pieces of software you just need to download and run the script and select the desired setup from the menu.
wget https://raw.githubusercontent.com/basementmaker/raspberrypi-configurator/master/pi-config.sh
chmod +x pi-config.sh
./pi-config.sh
or use the shorter URL version:
wget https://basementmaker.net/pi-config.sh
chmod +x pi-config.sh
./pi-config.sh
Connect to remote Raspberry Pi, then on the command line:
vi pi-config.sh
(copy and then paste pi-config.sh's code)
:w
:q
chmod +x pi-config.sh
./pi-config.sh