Skip to content

Conversation

@CodisRedding
Copy link

@CodisRedding CodisRedding commented Jul 22, 2017

options override the default system vim and others are needed with macos

@cowboy
Copy link
Owner

cowboy commented Jul 23, 2017

I'll look into this, thanks!

@CodisRedding
Copy link
Author

I do think that the spaces in the macvim args are causing an issue with the way the array is iterated over during installation. I tried wrapping it in double quotes but after setdiff the args are iterated over instead of the double quoted macvim line with args.

@CodisRedding
Copy link
Author

so, because of the wild way that bash handles arrays I ended up having to run a string replacement to handle args in brew recipes.

  1. string replace token https://github.com/CodisRedding/dotfiles/blob/codisredding/init/20_osx_homebrew.sh#L36-L37

  2. add token to recipe (puke)
    https://github.com/CodisRedding/dotfiles/blob/codisredding/init/30_osx_homebrew_recipes.sh#L26

This ended up working BUT macvim now does require the full xcode install, no longer can you use just the tools. =/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants