Add neovim config with kickstart-modular. Update shell configs.

This commit is contained in:
2025-09-08 13:19:49 -07:00
parent d95796b131
commit b5ab96bb3d
28 changed files with 1470 additions and 7 deletions

4
zsh/dot-profile Normal file
View File

@@ -0,0 +1,4 @@
# Install packages locally to prevent interference with packages installed with pacman
PATH=$PATH:~/.npm-global/bin
export GEM_HOME="$(gem env user_gemhome)"
PATH="$PATH:$GEM_HOME/bin"