Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user
#!/usr/bin/env bash
mkdir -p ~/.homestead
homesteadRoot=~/.homestead
cp -i src/stubs/Homestead.yaml $homesteadRoot/Homestead.yaml
cp -i src/stubs/after.sh $homesteadRoot/after.sh
cp -i src/stubs/aliases $homesteadRoot/aliases
echo "Homestead initialized!"