Added nvim

This commit is contained in:
Trianta
2024-01-16 18:32:22 -06:00
parent 96ff6fd09e
commit de7e5b0893
9 changed files with 275 additions and 0 deletions
+2
View File
@@ -4,3 +4,5 @@ echo "Syncing dotfiles with alacritty..."
rsync --recursive ~/.config/alacritty $(dirname "$0")
echo "Syncing dotfiles with hypr..."
rsync --recursive ~/.config/hypr $(dirname "$0")
echo "Syncing dotfiles with nvim..."
rsync --recursive ~/.config/nvim $(dirname "$0")