1
0
Fork 0

remove ze nvim dir to prevent fetching of the nvim plugins

This commit is contained in:
Pratham Patel 2024-01-23 08:38:28 +05:30
parent eb77ccfcda
commit bd18eb69d7
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
result
mnt/*
*.iso

View File

@ -65,6 +65,7 @@
${pkgs.git}/bin/git clone --bare https://gitlab.com/thefossguy/dotfiles.git $HOME/.dotfiles
${pkgs.git}/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout -f
${pkgs.coreutils}/bin/rm -rf $HOME/.config/nvim
${pkgs.git}/bin/git clone https://gitlab.com/thefossguy/prathams-nixos.git $HOME/prathams-nixos
'';