Skip to content

Commit

Permalink
Remove the .git folder, so a user can add it to their own repo later
Browse files Browse the repository at this point in the history
  • Loading branch information
ninadsachania committed Oct 18, 2024
1 parent 0e2ae69 commit 943cbf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/terminal/app-neovim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ cd -
if [ ! -d "$HOME/.config/nvim" ]; then
# Use LazyVim
git clone https://github.com/LazyVim/starter ~/.config/nvim
# Remove the .git folder, so you can add it to your own repo later
rm -rf ~/.config/nvim/.git

# Disable update notification popup in starter config
sed -i 's/checker = { enabled = true }/checker = { enabled = true, notify = false }/g' ~/.config/nvim/lua/config/lazy.lua
Expand Down

0 comments on commit 943cbf0

Please sign in to comment.