- git:
'$HOME/.dotfiles/zsh/plugins/alias-tips':
url: https://github.com/djui/alias-tips.git
method: clone-or-pull
description: Alias tips
On first run ./install --only git it clones as expected.
On subsequent runs:
$ ./install --only git
Skipping action defaults
Skipping action clean
Skipping action link
Skipping action shell
fatal: destination path '/home/trent/.dotfiles/zsh/plugins/alias-tips' already
exists and is not an empty directory.
git command failed...
Cloned Alias tips
==> Some tasks were not executed successfully
I've experimented setting the method to pull and weirdly the plugin thinks the repo doesn't exist:
$ ./install --only git
Skipping action defaults
Skipping action clean
Skipping action link
Skipping action shell
Repository doesn't exist! Woun't pull Alias tips
==> All tasks executed successfully
OS: Ubuntu 20.04 (LTS) x64
Git: 2.25.1
Really appreciate your work on this plugin. Hoping I can get it to work for me.
Snippet of my install.config.yaml:
On first run
./install --only git
it clones as expected.On subsequent runs:
I've experimented setting the
method
topull
and weirdly the plugin thinks the repo doesn't exist:OS: Ubuntu 20.04 (LTS) x64 Git: 2.25.1
Really appreciate your work on this plugin. Hoping I can get it to work for me.