install script updates

* fix logging and spacing issues
* update to use bash instead of zsh
This commit is contained in:
Nick Nisi
2016-03-29 14:57:34 -07:00
parent 342c4bcf20
commit 9e841588b6
6 changed files with 20 additions and 13 deletions

View File

@@ -1,5 +1,8 @@
#!/usr/bin/env sh
echo -e "\n\nSetting OS X settings"
echo "=============================="
# echo "Finder: show all filename extensions"
defaults write NSGlobalDomain AppleShowAllExtensions -bool true