Yeah, most of that you don't have to redo. Just adding the site to the Homestead.yaml and editing your /etc/hosts file is all you have to do :) then of course just provision the Vagrant VM.
I would also suggest using this to help you visually (and make it easier) to see all the VMs: http://vagrantmanager.com
@bashy The issue that is occurring for me now (got to the splash screen) however upon closing my terminal now that I open it again I get "zsh: command not found: homestead".
Add "export PATH = ~/.composer/vendor/bin:$PATH" to the bottom of my .bash_profile, but that didnt do anything.
Managed to get it to work by typing "PATH=~/.composer/vendor/bin:$PATH" into my Terminal. However when I close term and open it again the not found error occurs. So I would have to do it each time
@bashy no, it stopped in 5.0 which I actually didnt notice. I have been using vagrant commands recently but now I feel like "You seem to have upset the delicate internal balance of my housekeeper." that Taylor displays in the docs :)
@bashy Got Vagrant Manager installed now, as well as Sequel pro. Now just need to figure out how to set them all up correctly.
Tried keeping it the same way as Jeffrey, just for ease of learning
@bashy@mehany Reverted my shell back to bash, and now I can ssh into the VM so I can follow Jeffreys steps till I get into the swing of things. Thanks for some awesome help guys! Will be cracking on with this a bit more tomorrow.
I do see the benefits of it massively.