Add NeoVim configuration with default font and update setup script

This commit is contained in:
Daniel McKnight 2025-05-15 19:44:35 -07:00
parent c02f5ce861
commit 255cad1cb4
107 changed files with 290 additions and 0 deletions

8
setup
View file

@ -18,3 +18,11 @@
if [ -d ~/.config/k9s ]; then
[ -e ~/.config/k9s/config.yml ] || ln -s ~/.dotfiles/k9s_config.yml ~/.config/k9s/config.yml
fi
# Copy font if needed
[ -d ~/.local/share/fonts ] || cp -r ~/.dotfiles/fonts ~/.local/share
# Config directory
[ -d ~/.config/nvim ] && mv ~/.config/nvim ~/.config/nvim.old
ln -s ~/.dotfiles/nvim ~/.config/nvim