Table of contents
🐚Collection
https://github.com/ScoopInstaller/Scoop - A command-line installer for Windows.
https://github.com/starship/starship - ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
https://github.com/Schniz/fnm - 🚀 Fast and simple Node.js version manager, built in Rust.
https://github.com/Peltoche/lsd - This project is a rewrite of GNU
ls
with lots of added features like colors, icons, tree-view, more formatting options etc.https://github.com/janikvonrotz/awesome-powershell#commandline-productivity - Commandline Productivity list.
https://github.com/search?l=powershell&q=stars%3A%3E1&s=stars&type=Repositories - github's query.
stars:>1
andtype=Repositories
params.https://draculatheme.com/powershell - Dark theme for PowerShell and 318+ apps.
🏔️ Config on PowerShell profile
Open PowerShell profile file:
code $HOME\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
File content:
Invoke-Expression (&starship init powershell)
fnm env --use-on-cd | Out-String | Invoke-Expression