My Custom Neovim Config, based on nvchad
run only once:
git config pull.rebase true
Delete .git from ~/.config if exist
Installation (Ubuntu) :
cd ~/.config
git init
git remote add origin https://github.com/megurashi/mynvim.git
git pull origin master
rm -rf .git