This repository contains a set of scripts that helps setting up my development machine.
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:
- PowerShell Core 7.* daily (pwsh).
- Nerd Fonts modified Cascadia Code monospaced font to support prompt customizations like powerline or oh-my-posh.
- Oh-My-Posh PowerShell module.
- Terminal-Icons PowerShell module.
- customizations to PSReadLine PowerShell module.
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.