dotfiles/.dotfiles/bootstrap/85_nvim.sh
2024-01-25 09:47:54 +01:00

7 lines
173 B
Bash
Executable file

#!/bin/bash
# Install nvchad
if [ ! -d "$HOME/.config/nvim" ]; then
echo "Installing nvchad"
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1
fi