Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notmyself/new-windows-dev-pc
New dev pc setup and dotfiles
https://github.com/notmyself/new-windows-dev-pc
Last synced: about 11 hours ago
JSON representation
New dev pc setup and dotfiles
- Host: GitHub
- URL: https://github.com/notmyself/new-windows-dev-pc
- Owner: NotMyself
- Created: 2024-08-28T15:04:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T17:04:50.000Z (about 1 month ago)
- Last Synced: 2024-10-20T01:30:50.643Z (28 days ago)
- Language: PowerShell
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# New Developer Setup
A set of PowerShell scripts that will install common developer tools and configurations needed by a new Developer.
**Note:** This script requires local Administrator to run properly.
## Installed Packages
- winget - CLI based windows package manager
- PowerToys -
- Windows Terminal - A modern terminal that supports hosting of various shells including CMD, PowerShell and others
- PowerShell - Latest version of cross platform PowerShell
- Oh My Posh - Custom PowerShell prompts
- Git - CLI git client
- GitLFS - Large File System for Git
- GitHub CLI - CLI for interacting with GitHub
- dotnet - Latest version of the .net framework
- fnm - Fast node manager for managing several different versions of node
- Visual Studio 2022 Professional
- Visual Studio Code Insiders
- Visual Studio Code Insiders CLI
- Azure Data Studio Insiders
- JetBrains Resharper## Usage