Current behavior
There were so many headaches getting this working on Windows. Probably mostly with MSYS2 which doesn't seem to like symlinks.
postinstall script doesn't work on windows ./ spaceship.zsh even after I managed to get symlinks workingnode.zsh does a node_version=$(nvm current 2>/dev/null) if nvm exists but on Windows that command (nvm current) doesn't exist. nvm did exist.dir.zsh is somehow trimming the first character of the dir when in a git directory.Expected behavior
Less headaches
.zshrc)ZSH_THEME="spaceship"
Spaceship version: 3.4.1
Zsh version: 5.5.1
Zsh framework: oh-my-zsh
Zsh plugin manager: oh-my-zsh
Terminal emulator: Hyper w/ MSYS2 x64
Operating system: Windows 10
Possible solution
Steps I used to get it working:
git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt"spaceship.zsh-theme to `spaceship.zsh-theme.oldspaceship.zsh to spaceship.zsh-themeZSH_THEME="spaceship-prompt/spaceship instead of `ZSH_THEME="spaceship" (Similar to how powerlevel9k worksnode.zsh to not use nvm current for the check.dir.zsh to use " $dir" \ instead of "$dir" \. (NOTE: this does actually shift the prompt)We don't actually support Windows. Most of our Windows users just take their own responsibility for their setup and fixing possible issues related to the Windows platform.
However, we can keep this open for other people who struggle with Windows. Maybe together we can improve Windows support and make it easier to set up.
Since this issue is quite generic on its title, I'd like to ask for a minor correction that would allow me to use the theme properly.
Currently I'm using ZSH / OMZ inside Cmder which runs a cygwin-mintty profile. All's been good except that I had to use Nvm for Windows instead of zsh-nvm which gave me this for the Node version:

Instead of the simple version number. If I use zsh-nvm it shows properly but there are other issues with that.
I believe this should not be too difficult to fix? This is currently the only issue preventing me from using the theme on my Win setup.
Thanks in advance,
Most helpful comment
We don't actually support Windows. Most of our Windows users just take their own responsibility for their setup and fixing possible issues related to the Windows platform.
However, we can keep this open for other people who struggle with Windows. Maybe together we can improve Windows support and make it easier to set up.