Add some osx env stuff
This commit is contained in:
2
osx/env.platform
Normal file
2
osx/env.platform
Normal 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
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user