fish-shell-setup-osx icon indicating copy to clipboard operation
fish-shell-setup-osx copied to clipboard

Install script fails at Homebrew check

Open edflips opened this issue 7 years ago • 4 comments

I can't get past the Homebrew test. It looks like the script should offer to install Homebrew at the very least, but as you can see below its seems to just exit.

I'm running macOS 10.13 High Sierra release version.

Did I miss anything?

smough:~ ed$ curl https://raw.githubusercontent.com/ellerbrock/fish-shell-setup-osx/master/install.sh | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3918  100  3918    0     0  36905      0 --:--:-- --:--:-- --:--:-- 36962
    _____      __            __         ____
   / __(_)____/ /_     _____/ /_  ___  / / /
  / /_/ / ___/ __ \   / ___/ __ \/ _ \/ / /
 / __/ (__  ) / / /  (__  ) / / /  __/ / /
/_/ /_/____/_/ /_/  /____/_/ /_/\___/_/_/

        awesome fish shell setup


It seems you don't have Homebrew installed.


Sorry, for this automated Script we need Homebrew.
closing ...
smough:~ ed$ which brew
/usr/local/bin/brew
smough:~ ed$ brew --version
Homebrew 1.3.4
smough:~ ed$ echo $PATH
/Users/ed/.nvm/versions/node/v7.10.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

edflips avatar Sep 26 '17 16:09 edflips

Same problem here

lehnavid avatar Nov 10 '17 14:11 lehnavid

the same for me

falsecrypt avatar Mar 12 '18 09:03 falsecrypt

I have this problem as well.

sumit-anantwar avatar Jul 14 '18 06:07 sumit-anantwar

@ellerbrock I'm no longer maintaining the homebrew tap and recommend installing fisher using the installation instructions in the README.

curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish

Related: https://github.com/jorgebucaran/fisher/issues/447

cc @lehnavid @falsecrypt @sumit-anantwar

jorgebucaran avatar Oct 18 '18 16:10 jorgebucaran