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

[MacOS] The $ZSH folder already exists when trying to run ./install.sh #206

Open
aravezskinteeth opened this issue Oct 19, 2022 · 0 comments

Comments

@aravezskinteeth
Copy link

aravezskinteeth commented Oct 19, 2022

During the installation, I have run into a problem.
OS: macOS Big Sur 11.4

Steps I did to get this error:

  1. I installed fftw and cmake
  2. Then, when I used $ brew tap homebrew/dupes, I got another error:
Error: homebrew/dupes was deprecated. This tap is now empty and all its contents were either deleted or migrated.
  1. I used $ brew tap homebrew/core instead, which seemed to work. Then, I installed ncurses.
  2. Then I ran the installation script in my home directory:
$ ./install.sh

I got another error:

zsh: permission denied: ./install.sh
  1. So I reviewed the permissions, ran this commands and got
$ ls -l ./install.sh
> .rw-r--r-- ./install.sh
$ sudo chmod -R 755 ./install.sh
$ ls -l ./install.sh
> .rwxr-xr-x ./install.sh
$ ./install.sh 
> The $ZSH folder already exists (/Users/user/.local/share/fig/plugins/ohmyzsh).
  1. I looked up the config file $ cd ~/.config/vis/config, but I couldn't find it either
  2. So I ran this and got this message.
$ ZSH= sh install.sh
> The $ZSH folder already exists (/Users/user/.oh-my-zsh).
> You'll need to remove it if you want to reinstall.

So what I got from this is that oh-my-zsh and fig is conflicting with the installation.

@aravezskinteeth aravezskinteeth changed the title The $ZSH folder already exists when trying to run ./install.sh in macOS BigSur [MacOS] The $ZSH folder already exists when trying to run ./install.sh Oct 19, 2022
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

No branches or pull requests

1 participant