Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-darwish/powershell-config
Powershell Configuration
https://github.com/r-darwish/powershell-config
powershell shell windows
Last synced: 24 days ago
JSON representation
Powershell Configuration
- Host: GitHub
- URL: https://github.com/r-darwish/powershell-config
- Owner: r-darwish
- License: gpl-3.0
- Created: 2018-03-11T18:45:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T08:31:26.000Z (over 2 years ago)
- Last Synced: 2024-08-14T07:07:17.971Z (3 months ago)
- Topics: powershell, shell, windows
- Language: PowerShell
- Size: 218 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - r-darwish/powershell-config - Powershell Configuration (PowerShell)
README
# PowerShell Configuration
![Screenshot](screenshot.png)
A humble PowerShell configuration
# Installation
``` powershell
git clone https://github.com/r-darwish/powershell-config (Split-Path -parent $profile)
```When you first run Powershell execute `Install-NeededModules` to install modules.
You should also install [Starship](https://starship.rs/) before using this configuration.
[Topgrade](https://github.com/r-darwish/topgrade) can keep this configuration up to date and will also run Windows Update using PSWindowsUpdate
# Modules
* [PSReadline](https://github.com/lzybkr/PSReadLine)
* [Jump.Location](https://github.com/tkellogg/Jump-Location) - Aliased to `z` in addition to `j`
* [ZLocation](https://github.com/vors/ZLocation)
* [PSFzf](https://github.com/kelleyma49/PSFzf)
* [Get-ChildItemColor](https://github.com/joonro/Get-ChildItemColor)# Features
* Automatic installation of modules
* `Install-Chocolatey` - Install [Chocolatey](https://chocolatey.org/)
* `Install-Scoop` - Install [Scoop](https://scoop.sh/)
* `Get-Topgrade` - Download [Topgrade](https://github.com/r-darwish/topgrade) to the current
directory# Other helpful modules
These modules aren't installed by `Install-NeededModules`.
* Microsoft.PowerShell.GraphicalTools - For Out-GridView
* Az - Azure control
* VSSetup - Import Visual Studio build environment