README cleanup, install script cleanup

* Remove bad links, unnecessary sections
* add TODO for tmux section
* move installosx.sh to install/osx.sh
This commit is contained in:
Nick Nisi
2016-01-17 09:55:22 -06:00
parent dccebf5756
commit a517c4b90f
3 changed files with 7 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ if [ "$(uname)" == "Darwin" ]; then
source install/brew.sh
echo "Updating OSX settings"
source installosx.sh
source install/installosx.sh
echo "Installing node (from nvm)"
source install/nvm.sh