🌐
GitHub
github.com › ChrisTitusTech › powershell-profile
GitHub - ChrisTitusTech/powershell-profile: Pretty PowerShell that looks good and functions almost as good as Linux terminal · GitHub
Execute the following command in an elevated PowerShell window to install the PowerShell profile: irm "https://github.com/ChrisTitusTech/powershell-profile/raw/main/setup.ps1" | iex
Starred by 962 users
Forked by 462 users
Languages   PowerShell
🌐
GitHub
github.com › mikemaccana › powershell-profile
GitHub - mikemaccana/powershell-profile: Mike's Powershell Profile (and how to set up Windows console if you've been using *nix for 20 years) · GitHub
Mike's Powershell Profile (and how to set up Windows console if you've been using *nix for 20 years) - mikemaccana/powershell-profile
Starred by 399 users
Forked by 37 users
Languages   PowerShell
🌐
GitHub
github.com › jonlabelle › pwsh-profile
GitHub - jonlabelle/pwsh-profile: A modern, cross-platform PowerShell profile with auto-loading utility functions for network testing, system administration, and developer workflows · GitHub
A modern, cross-platform PowerShell profile with auto-loading utility functions for network testing, system administration, and developer workflows - jonlabelle/pwsh-profile
Author   jonlabelle
🌐
GitHub
github.com › topics › powershell-profile-script
powershell-profile-script · GitHub Topics · GitHub
This is an advanced, performance-optimized PowerShell profile for Windows 11, designed to supercharge the terminal experience for developers and power users. It features a unified package manager, a rich and informative prompt, extensive utility ...
🌐
GitHub
gist.github.com › shanselman › 25f5550ad186189e0e68916c6d7f44c3
PowerShell Profile · GitHub
PowerShell Profile. GitHub Gist: instantly share code, notes, and snippets.
🌐
GitHub
github.com › ligz08 › PowerShell-Profile
GitHub - ligz08/PowerShell-Profile: PowerShell profile, with customized prompt, and some useful PowerShell functions. · GitHub
PowerShell profile, with customized prompt, and some useful PowerShell functions. - ligz08/PowerShell-Profile
Starred by 13 users
Forked by 2 users
Languages   PowerShell
🌐
GitHub
github.com › ChrisTitusTech › powershell-profile › blob › main › Microsoft.PowerShell_profile.ps1
powershell-profile/Microsoft.PowerShell_profile.ps1 at main · ChrisTitusTech/powershell-profile
Write-Host "Profile has been updated. Please restart your shell to reflect changes" -ForegroundColor Magenta ... # Check if not in debug mode AND (updateInterval is -1 OR file doesn't exist OR time difference is greater than the update interval) ... Start-Process powershell.exe -ArgumentList "-NoProfile -Command winget upgrade Microsoft.PowerShell --accept-source-agreements --accept-package-agreements" -Wait -NoNewWindow
Author   ChrisTitusTech
Find elsewhere
🌐
Github
persistence-info.github.io › Data › powershellprofile.html
PowerShell Profile | persistence-info.github.io
PowerShell profile - a script, running automatically each time PowerShell is started.
🌐
GitHub
github.com › AndersDJohnson › PowerShell-profile
GitHub - AndersDJohnson/PowerShell-profile: My profile settings for Windows PowerShell.
My profile settings for Windows PowerShell. Contribute to AndersDJohnson/PowerShell-profile development by creating an account on GitHub.
Author   AndersDJohnson
🌐
GitHub
github.com › bdukes › PowerShell-Profile
GitHub - bdukes/PowerShell-Profile: My personal PowerShell profile and custom modules
My personal PowerShell profile and custom modules. Contribute to bdukes/PowerShell-Profile development by creating an account on GitHub.
Starred by 9 users
Forked by 7 users
Languages   PowerShell 100.0% | PowerShell 100.0%
🌐
GitHub
github.com › TsekNet › PowerShell-Profile
GitHub - TsekNet/PowerShell-Profile: Heavily customized PowerShell profile.
November 26, 2019 - Heavily customized PowerShell profile. Contribute to TsekNet/PowerShell-Profile development by creating an account on GitHub.
Starred by 19 users
Forked by 6 users
Languages   PowerShell 100.0% | PowerShell 100.0%
🌐
GitHub
github.com › DeadlyBrad42 › Powershell-Profile
GitHub - DeadlyBrad42/Powershell-Profile: My Powershell profile scripts
My Powershell profile scripts. This repo mostly consists of my prompt, a pile of helpful & less-than-helpful utility functions, and a provisioning script using the command-line installer Scoop. Open a new Powershell window and head into the Documents folder for your current user: cd ~/Documents/ Clone this repo into a new directory named WindowsPowerShell: git clone git@github.com:DeadlyBrad42/Powershell-Profile.git WindowsPowerShell
Author   DeadlyBrad42
🌐
GitHub
github.com › ChrisTitusTech › powershell-profile › blob › main › setup.ps1
powershell-profile/setup.ps1 at main · ChrisTitusTech/powershell-profile
Write-Host "If you want to make any personal changes or customizations, please do so at [$profilePath\Profile.ps1] as there is an updater in the installed profile which uses the hash to update the profile and will lead to loss of changes" ... Invoke-RestMethod https://github.com/ChrisTitusTech/powershell-profile/raw/main/Microsoft.PowerShell_profile.ps1 -OutFile $PROFILE
Author   ChrisTitusTech
🌐
GitHub
github.com › colinwilliams91 › profiles
GitHub - colinwilliams91/profiles: Powershell Profile Scripts for Git and .Net CLI tab-key autocomplete, Git status, and some cute colors · GitHub
Powershell Profile Scripts for Git and .Net CLI tab-key autocomplete, Git status, and some cute colors - colinwilliams91/profiles
Author   colinwilliams91
🌐
GitHub
github.com › BretFisher › PowerShell-Profile › blob › master › Microsoft.PowerShell_profile.ps1
PowerShell-Profile/Microsoft.PowerShell_profile.ps1 at master · BretFisher/PowerShell-Profile
Microsoft.PowerShell_profile.ps1. Contribute to BretFisher/PowerShell-Profile development by creating an account on GitHub.
Author   BretFisher
🌐
GitHub
github.com › dontrolle › powershell-profile
GitHub - dontrolle/powershell-profile: My PowerShell profile - uses a few modules such as PoshGit, oh-my-posh for customizing the PS prompt, and sources a few of my own modules and scripts. Developer-oriented. Usage instructions included.
My PowerShell profile - uses a few modules such as PoshGit, oh-my-posh for customizing the PS prompt, and sources a few of my own modules and scripts. Developer-oriented. Usage instructions included. - dontrolle/powershell-profile
Author   dontrolle