boostrapping script for adding a proper shell and development utilities on windows 10
- Gathers your email and git user name to populate the .gitconfig it installs.
- Sets the Excecution policy for scripts to RemoteSigned.
- Installs Jump.Location a nice directory jump tool
- Installs PSColors for colored
ls
and more - Installs posh-git for a great git integration and auto-complete
- Installs Chocolatey and through that:
- keepass
- kdiff3
- conemu
- notepadplusplus
- visualstudiocode
- firefox
- dotnetcore-sdk
- git for windows, putting all the unix-tools in path.
- docker for windows Edge channel
- Sets up the profile.ps1, setting up the shell parameters and modules on each start of powershell.
- Sets git up for windows 10 use
- Path to the correct ssh client in win10
- Notpad++ as the default editor
- Git username and email
- Kdiff3 as the mergetool
- Installs the Settings sync extension for Visual Studio Code, making it easier to bootstrap the rest of your extensions and settings.