Update install scripts based on further system usage.

This commit is contained in:
Drew Galbraith 2023-11-19 01:11:14 -08:00
parent 9c16a2540e
commit c0d6ee5750
5 changed files with 44 additions and 29 deletions

4
nvim-bootstrap.lua Normal file
View file

@ -0,0 +1,4 @@
package.path = package.path .. "~/.config/nvim/lua"
require('plug')
require('packer').sync()