update install scripts

* automate more of the nginx setup
* automate the dnsmasq setup
This commit is contained in:
Nick Nisi
2015-01-17 02:57:20 -06:00
parent 86c33cb80b
commit 6590edaf82
5 changed files with 53 additions and 7 deletions

View File

@@ -5,13 +5,7 @@ echo "installing dotfiles"
echo "initializing submodule(s)"
git submodule update --init --recursive
echo "creating symlinks"
linkables=$( ls -1 -d **/*.symlink )
for file in $linkables ; do
target="$HOME/.$( basename $file ".symlink" )"
echo "creating symlink for $file"
ln -s $file $target
done
source install/link.sh
if [ "$(uname)" == "Darwin" ]; then
echo "running on OSX"