Search Criteria
Package Details: dotdrop 1.5.2-1
Git Clone URL: | https://aur.archlinux.org/dotdrop.git (read-only, click to copy) |
---|---|
Package Base: | dotdrop |
Description: | Save your dotfiles once, deploy them everywhere |
Upstream URL: | https://github.com/deadc0de6/dotdrop |
Keywords: | dotfiles |
Licenses: | |
Submitter: | deadc0de6 |
Maintainer: | deadc0de6 |
Last Packager: | deadc0de6 |
Votes: | 11 |
Popularity: | 0.144338 |
First Submitted: | 2018-02-07 13:51 |
Last Updated: | 2021-02-24 19:09 |
Latest Comments
deadc0de6 commented on 2020-11-09 08:23
Thanks, I fixed the PKGBUILD with the new dependency (python-magic-ahupp from aur).
myrovh commented on 2020-11-09 02:47
The version 1.3.7 requires python-magic as a dependency. However the archpkg version of
python-magic
seems to be a different package. I had to manually install python-magic via pip.python-magic-ahupp
from aur might work as an alternative to using pip but I haven't tested it.deadc0de6 commented on 2020-03-24 18:39
fixed!
extmind commented on 2020-03-24 17:58
Please prefix the zsh completion file name with an underscore. It won't load otherwise.
deadc0de6 commented on 2019-10-27 17:14
Thanks! I have added the installation of the completion files (bash to
/usr/share/bash-completion/completions/
and zsh to/usr/share/zsh/site-functions/
)hnicke commented on 2019-10-26 00:47
Awesome package! I'm missing the shell completion files. Could you install them to /usr/share/dotglob?