tg/git-extras are not being installed as expected. #141
-
Hi, I am installing tj/git-extras using zinit. Below is recommended way to install git-extras. I am still not able to use git commands as expected. zinit ice as"program" pick"$ZPFX/bin/git-*" src"etc/git-extras-completion.zsh" make"PREFIX=$ZPFX" $ZPFX/bin directory is empty. What am I doing wrong? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I had to install column dependencies before it can compile correctly. |
Beta Was this translation helpful? Give feedback.
-
Yes, that would fix it. Additionally, it is documented here. |
Beta Was this translation helpful? Give feedback.
-
@vladdoster @moonrumble I am also facing issues installing ❯ which column
/usr/bin/column
Here is the snippets zi ice as"program" pick"$ZPFX/bin/git-*" make"PREFIX=$ZPFX" nocompile
zi light tj/git-extras My am using macOS Monterey v12.7.4 But after cloning |
Beta Was this translation helpful? Give feedback.
-
@vladdoster @moonrumble, I got it working as follows zi ice as"program" atclone"make install PREFIX=$ZPFX" src'etc/git-extras-completion.zsh' atpull"%atclone" pick"$ZPFX/bin/git-*"
zi light tj/git-extras |
Beta Was this translation helpful? Give feedback.
Yes, that would fix it. Additionally, it is documented here.