Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move macvim to recipes and add options to override sytem vim #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

2 participants