Inspired by http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html
cd ~/my-dotfiles
stow nvim
stow tmux
Add a new folder with the name of the package
cd ~/my-dotfiles
mkdir nvim
make a path exactly like in the home directory eg. .config/nvim/ where you add all the dot files.
install language servers, eg. npm i intelephense -g