jasonrudolph / keyboard

⌨ Toward a more useful keyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing with both homebrew and fink installed

dnstarostin opened this issue · comments

.keyboard%:script/setup
/sw/bin/which: illegal option -- s
Usage: /sw/bin/which [-a] args
Homebrew is required: http://brew.sh/

How to I point the installation script to the Homebrew installation?

How to I point the installation script to the Homebrew installation?

👋 Hi @dnstarostin: I've never seen this problem before, so I'm not exactly sure how to resolve it, but I can offer a potential workaround. I think you can probably get around this issue as follows:

  1. Using your existing Homebrew installation, manually run the brew commands that are present in Brewfile
  2. Comment out the Homebrew-related lines in script/setup
  3. Run script/setup

I think that will do the trick. I hope this helps.