To install
Create a repo directory in the home directory of your distro, or any other location but keep in mind to change accordingly in the upcomming steps.
mkdir ~/repos && cd ~/reposClone this repo to that folder
git clone https://github.com/adityakrcodes/my-linux.gitCreate a symbolic link of the git nvim config to your .config in the ~/.config/nvim folder
ln -s $HOME/repos/my-linux/config/nvim $HOME/.config/nvim