Pseudo initial

This commit is contained in:
Felipe M 2024-01-25 09:47:54 +01:00
parent 7e204a3d9f
commit cdfac4d089
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
13 changed files with 1312 additions and 24 deletions

7
.dotfiles/bootstrap/85_nvim.sh Executable file
View file

@ -0,0 +1,7 @@
#!/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