Because I often change my development environment (virtual linux maschine) I created a script that installs all needed application, plugins for atom, npm packages and copies configuration files to the right place.
For things like the git config, the scripts simply executes something like git config --global user.name "me".
I don´t know how vim stores its config, but I think you can copy the file and paste it in the new environment.
Lars
German developer, who likes to play with everything that comes in his way
Because I often change my development environment (virtual linux maschine) I created a script that installs all needed application, plugins for atom, npm packages and copies configuration files to the right place.
For things like the git config, the scripts simply executes something like
git config --global user.name "me".I don´t know how vim stores its config, but I think you can copy the file and paste it in the new environment.