justjavac/dvm

install.sh doesn't work for .zshrc with a symbolic link

4strodev opened this issue · 4 comments

I have my zsh configuration managed by stow. That saves your dotfiles in a separate folder and create a symlink to folder where the file was previously. Probably it is the problem I dont know.

When I try to install dvm the script detects that my default shell is bash and my default shell is zsh. So I have to take the ENV variables and put it to my zshrc.

Does Deno's official installer work properly? https://github.com/denoland/deno_install

Currently I am using arch linux and I can install deno with pacman. But I didn't try to install with the official installer

I tried using stow to manage dotfiles (on ubuntu), it can be installed normally. Can you provide a detailed error message?

I will try to use dvm again.