Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cassiofariasmachado/posh-config

Repository files navigation

🚀 PowerShell Configuration

This repository contains the configuration I usually use in PowerShell.

Installation

Option 1: Using dotfiles (recommended)

  • Configured using dotfiles as explained here.

Option 2: Install directly

Prerequisites

Before installation, install the prerequisites:

  1. Install Git:

    winget install --id Git.Git
  2. Install PowerShell Core:

    winget install --id Microsoft.PowerShell

To install:

  1. Clone repo with git submodules:

    git clone --recursive https://github.com/cassiofariasmachado/posh-config.git
  2. Go to the repo folder:

    cd posh-config
  3. Install required packages:

    ./Install.ps1

References

About

Repository containing the configuration I usually use in PowerShell.

Topics

Resources

Stars

Watchers

Forks