Make Powershell Great Again!
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Hamcha 37b6dacfcf Add flag to make Pscx compile 4 months ago
install Add flag to make Pscx compile 4 months ago
mods Remove syntax highlight, it's broken! 3 years ago
scripts Check in! 3 years ago
Install.ps1 Check in! 3 years ago
LICENSE Check in! 3 years ago
Load.ps1 Check in! 3 years ago
README.md Update 'README.md' 3 years ago
Vars.ps1 Check in! 3 years ago

README.md

Make Powershell Great Again :^)

Finally, Powershell got its own Trump card haha (please don't kill me it's just a joke)

This project will install and load the following mods

and apply some changes:

  • Zsh-like Tab auto-complete (with menus)
  • Better CTRL word navigation

Some scripts are also included:

  • time.ps1 Returns execution time of the last command

Getting started

Requirements

  • Powershell (v6+ has some extra goodies)

Installation

Clone or extract somewhere, maybe inside your profile dir? Where's your profile? Check $Profile in powershell.

Install all modules by running Install.ps1. No administrator shell required, everything is installed in the user context!

Close and reopen the shell and you should be done!

Customization

Vars.ps1 contains some extra options you might want to change. Or just add more stuff there (or better yet, in your $profile).

If you don't want a particular module, just delete the file off the install and mods folder. Then it will not be installed/loaded!

The scripts folder is added to the PATH during load, you can add/remove scripts there and they will be in PATH but only when using this profile!

License

Everything is released under ISC (see LICENSE).