Add some osx env stuff

This commit is contained in:
2017-05-02 18:00:39 -04:00
parent 8dff5cba1b
commit 46ab492985
4 changed files with 16 additions and 16 deletions

2
osx/env.platform Normal file
View File

@@ -0,0 +1,2 @@
export CMAKE_CXX_COMPILER=/Library/Developer/CommandLineTools/usr/bin/c++
export CMAKE_C_COMPILER=/Library/Developer/CommandLineTools/usr/bin/cc

View File

@@ -21,6 +21,12 @@ fi
set -e
printf "Installing env...\n"
ln -sf $HOME/.dotfiles/osx/env.platform $HOME/.env.platform
printf "Installing git customizations...\n"
ln -sf $HOME/.dotfiles/osx/gitconfig.platform $HOME/.gitconfig.platform
printf "Installing Homebrew..."
if [ ! -d "/usr/local/Homebrew" ]; then
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"