pfetch icon indicating copy to clipboard operation
pfetch copied to clipboard

editor and pkgs not working on mac

Open AmelloAster opened this issue 2 years ago • 3 comments

image image

AmelloAster avatar May 20 '22 07:05 AmelloAster

Do you have brew installed? If you are using another package manager from macOS, it might not be added to the program.

For the editor, make sure you have the EDITOR variable set in your shell. I would suggest putting this in your zshrc:

# example
EDITOR="vim"

jules-party avatar Jun 25 '22 00:06 jules-party

Do you have brew installed? If you are using another package manager from macOS, it might not be added to the program.

For the editor, make sure you have the EDITOR variable set in your shell. I would suggest putting this in your zshrc:

# example
EDITOR="vim"

Okay, I'll try it.

AmelloAster avatar Jun 25 '22 03:06 AmelloAster

Well, this behaviour is intended https://github.com/dylanaraps/pfetch/blob/a906ff89680c78cec9785f3ff49ca8b272a0f96b/README.md?plain=1#L53 By the way my pkgs are not shown because of

$ brew config | grep HOMEBREW_PREFIX
HOMEBREW_PREFIX: /opt/homebrew

polluks avatar Jul 15 '22 21:07 polluks