TimoStaudinger / psaliases

⚡️ Helpful PowerShell aliases for true professionals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 Ps-Aliases

As a heavy PowerShell user, you'll want to make your life easier by using short and easy-to-remember aliases for your most frequently used tools. This project aims to create a library of proven aliases that can simply be dropped into your workflow.

Inspired by and borrowing from .aliases.

Available Aliases

  • Git – the version control system
  • Node.js & npm – the JavaScript runtime and package manager
  • Yarn – the JavaScript dependency manager

Installation

To make aliases permanently available, they need to be set in your system's PowerShell profile. If you haven't created a profile yet, or are unsure if you did, follow this guide to create one now.

You can find the alias libraries mentioned above in this repository's dist folder. Copy the ones you'd like to use over to your local system into a dedicated folder, e.g. C:\psaliases.

Now check out the profile.ps1 file in the dist folder for instructions on how to load these files. Simply add the required lines to your own profile and open a new PowerShell instance.

The aliases should be good to go!

About

⚡️ Helpful PowerShell aliases for true professionals.

License:MIT License