installer fixes

This commit is contained in:
James Walker 2018-10-05 00:01:07 -04:00
parent 7d94c46cfd
commit 1e4fbd084d
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
echo "Installing xcode commandline tools..." echo "Installing xcode commandline tools..."
xcode-select --install sudo xcode-select --install
# Mojave fix # Mojave fix
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
@ -9,11 +9,13 @@ echo "Installing homebrew..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "Installing oh-my-zsh..." echo "Installing oh-my-zsh..."
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
chsh -s /bin/sh
echo "Installing homesick..." echo "Installing homesick..."
sudo gem install homesick sudo gem install homesick
homesick clone git@github.com:walkah/dotfiles.git homesick clone git@github.com:walkah/dotfiles.git
homesick symlink -f
echo "Initial brew bundle..." echo "Initial brew bundle..."
brew bundle --global brew bundle --global