/ prepare-development.sh
prepare-development.sh
1 #!/usr/bin/env bash 2 3 cd 4 git clone https://github.com/peteryurkovich/dotfiles.git 5 6 cd dotfiles 7 ./setup.sh
1 #!/usr/bin/env bash 2 3 cd 4 git clone https://github.com/peteryurkovich/dotfiles.git 5 6 cd dotfiles 7 ./setup.sh