authserver/homestead/init.sh
author durandn
Tue, 22 Sep 2015 17:07:01 +0200
changeset 163 f7cc6a0670fd
parent 8 5a0cbbe0922a
permissions -rw-r--r--
CurrentSegmentInfobox: Fixed bug where editing a segment would not update the source correctly and mess up with other widgets

#!/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!"