Adjustments on Markers: user can't post new marker if too close to another one + clicking the create button will create a "placeholder" marker to show where the marker will be posted
#!/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!"