Skip to content
forked from springcomp/my-box

A set of PowerShell scripts to setup my development environment.

Notifications You must be signed in to change notification settings

jrottmann/my-box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/jrottmann/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 my development environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%