Install gnu-stow
# For arch based distros:
sudo pacman -S stow
# For debian based distros:
sudo apt install stowgit clone https://github.com/AnantStrange/dotfiles.git --recurse
cd dotfiles
git stow *stow * will symlink all the config files present int dotfiles directory.
To only symlink specific config files use stow packagae_name where package_name
are te directory names inside dotfiles.
Note : nvim/.config/nvim is a submodule