ardevsrc / my-box

A set of PowerShell scripts to setup development environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A set of PowerShell scripts to setup development environment.


Languages

Language:PowerShell 100.0%