Vagrant setup with laravel homestead in Windows

1.SSH client ,GITBASH

2. Click here to download and install the windows installation setup

3. Download and install vagrant for Windows

4. open the Git Bash, and in the home directory, run this

vagrant box add laravel/homestead

option for virtualbox, in my  this ncase, number 2. 

then
ssh-keygen -t rsa -C "youremail@mail.com"
5.git clone https://github.com/laravel/homestead.git laratest 6.run init.sh 7.when u edit Homestead.yml please provide path to map like eg:
folders:
    -
        map: 'C:/Sites/laratest'
        to: /home/vagrant/code

6.vagrant reload 
7.vagrant up
6.vagrant provision

8.vagrant ssh