Skip to content

mertyeter/my-powershell-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Introduction

My PowerShell profile including:

  1. PSReadLine settings to use the prompt history to make predictions on what you want to see next. You must run the command below on your terminal once.
Install-Module PSReadLine -AllowPrerelease -Force
  1. Aliases for the commands I use daily.

  2. Custom functions and their aliases.

    • Clean Project: Cleans the project folder by removing the bin and obj folders.
    • DISM Restore: Restores the Windows image to the default state.
    • Clear History: Clears the PowerShell history.

Things to do before using this profile

  1. Set up PSReadline and oh-my-posh, please have a look at Scott Hanselman's great blogpost here.
  2. Don't forget to replace <username> tag on oh-my-posh config.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published