feat: Updates install package script to include what should be needed on a fresh install, changes pinentry program which was causing ssh not to work.

This commit is contained in:
2025-09-25 11:05:01 -04:00
parent 73d4da7106
commit 2ea4540cba
3 changed files with 66 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
-- bootstrap lazy.nvim, LazyVim and your plugin
vim.g.netrw_browsex_viewer = "xdg-open"
require("config.lazy")