David Perfors

My technical journal

My Windows development environment

This page contains mostly notes on how my Windows development environment is setup.

Tools

The following list shows the tools I use most for development, explanations are not really necessary:

Some other tool I use regularly are:

Visual Studio

Within Visual Studio I use the following plugins:

Vim and config in Git

This is no longer necessary, since the company made some changes. Besides that, it did seem to break certain applications…

In order to have the same configuration of Vim on several machines, I store my configuration on GitHub. To be able to use the config in Windows on my work laptop, I need to change the location of my home directory. Otherwise my home directory will be a network drive when I am logged in at work, and to a local directory (c:\users\<username>) when I use the laptop outside the corparate network. In order to achive this, I will do the following:

After this VIM will use the correct configuration. Note that Git Bash will also use this directory as it’s home directory.