daler / dotfiles

dotfiles, batteries included
https://daler.github.io/dotfiles/
19 stars 13 forks source link

added wildcard to match either nvim-macos-arm64 or nvim-macos-x86_64 #48

Closed menoldmt closed 2 months ago

menoldmt commented 2 months ago

Previously, upon unpacking the nvim download tar file, I was left with an nvim-macos-x86_64 directory that failed to be moved to "$HOME/opt/neovim" because nvim-macos-arm64 was hardcoded here.

resolves #47