Skip to content

DylanMunyard/bootstrap-windows-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Sublime
https://www.sublimetext.com/download_thanks?target=win-x64

Oh My Posh
https://ohmyposh.dev/docs/installation/windows

Install-Module PsReadLine -Force
Install-Module -Name Terminal-Icons -Repository PSGallery
New-Item -Path $PROFILE -Type File -Force
notepad $PROFILE
Import-Module -Name Terminal-Icons
oh-my-posh init pwsh | Invoke-Expression
<close notepad>
. $PROFILE

Posh theme

WSL2
Register for Windows Insider Programme
Download update https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi

Docker Desktop
https://www.docker.com/products/docker-desktop/

dotnet
https://dotnet.microsoft.com/en-us/download

7zip \ https://www.7-zip.org/

kubectl
https://kubernetes.io/docs/tasks/tools/install-kubectl-windows/

k9s
https://github.com/derailed/k9s/releases

az cli
$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'; rm .\AzureCLI.msi

VSCode
https://code.visualstudio.com/docs/?dv=win

About

Things I need on Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •