• Stars
    star
    150
  • Rank 247,323 (Top 5 %)
  • Language
    PowerShell
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A set of PowerShell scripts to setup my development environment. Works on Windows, Linux and WSL.

Overview

This repository contains a set of scripts that helps setting up my development machine.

PowerShell

My development environment is heavily centered around using the terminal. From a Windows PowerShell prompt, run the following command:

iex "& { $(irm 'https://raw.githubusercontent.com/springcomp/my-box/main/bootstrap/powershell.ps1') }"

This will install:

Warning: this script is designed to setup a new machine and installs a custom PowerShell profile. Please backup your existing $profile file before running this script.