Scripts to configure a newly imaged Raspberry Pi device.
curl -OL https://github.com/regnare/newpi/archive/master.zip
unzip master.zip
cd newpi-master
bash setup.sh
After your account is setup, remove the pi
user.
sudo pkill -u pi
sudo userdel -r pi