Installs the latest docker tools.
Installs dotnet core CLI 2.0.0.
Installs the latest Mono and the F# compiler.
Installs everything needed for F# .NET Core development by invoking:
- install-mono.sh
- install-dotnet.sh
- install-vscode.sh
- install-firacode-font.sh
Prompts you if you want to install the FiraCode font in your system and enable it in VSCode's user settings file.
Installs Node.js 6.x LTS runtime
Installs the latest Yarn dependency manager
Adds a set of nice Git aliases to the global Git config as well as Git branch info in the terminal.
Downloads the TeamCity agent binaries from a given TeamCity server and registers itself to it with the given agent name.
Installs dotnet, mono and VSCode with C# and F# extensions
Installs ZSH, Oh-my-zsh with some plugins and sets it as the default prompt.