This is just some (dot)files that I often need on fresh machines installation.
There are some stuff which requires manual setup though.
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Then, in neovim:
:PlugInstall
I'm a lazy guy, just read the wiki.