Juan Ibiapina

Results 59 comments of Juan Ibiapina

I was thinking in actually just running `uninstall` and `install` again, which would solve problems with links, completions, man pages, etc. This would also upgrade packages which were installed with...

This only causes a problem when the repo is saving information inside its own directory structure, which I would argue it shouldn't (but basher does 😭 )

it works fine for me: ``` ❯ type -p realpath realpath is /usr/local/bin/realpath ``` Can you debug why this is happening? I'd rather not include a fix unless we can...

Why do you say `realpath` exists? It very likely comes from brew `coreutils`. Did you try running `which realpath` ?

The concept of packages being `user/repo` is hardcoded all over basher. This change might not be so easy to implement. I'm willing to accept a PR if it solves the...

I agree this is a great feature, not only for deps, but also for normal installs.

@binaryphile how do you like the work on #27 ? I haven't tested it with dependencies, but it seems like it should work.

This is great, thanks for the contributions. It's missing tests though, if you're still interested.

What's stopping you from already doing this using your own dotfiles and /etc/profile ?