maxhu08 / dotfiles

💎 my dotfiles
153 stars 6 forks source link

When using Ubuntu.... #1

Closed mlongval closed 1 month ago

mlongval commented 1 month ago

Hi,

When using your dotfiles on Ubuntu 24.04 (inside a Distrobox container), I ran into an issue.

The "build-essential", "fzf", "python3-all-venv", "nodejs" and "npm" packages for Ubuntu MUST be installed inside the container BEFORE the first run of "nvim" after the "stow nvim" command.

If not, the initialization of "nvim" upon first run will throw errors for "fzf" that will disappear after installation of the "fzf" package, but it will continue to throw errors for Mason, even after the "build-essential" package is installed.

I tried deleting the link inside .config, but I had to delete "$HOME/.local/share/nvim", for it to do a clean install and work as expected.

Thanks for the great dotfiles!

Cheers from Canada!

maxhu08 commented 1 month ago

Thank you, I've added a notice about that to the readme