/posh-files

Meus arquivos de customização do PowerShell

Primary LanguagePowerShell

🎃 Arquivos do Powershell

Este repositório contém algumas funções e módulos que normalmente uso no Powershell.

Para instalar, execute:

Pré-requisitos

  1. Git

    winget install -e --id Git.Git --accept-package-agreements
  2. Powershell

    winget install -e --id Microsoft.PowerShell --accept-package-agreements

Instalação

  1. Clonar o repositório

    git clone --recursive https://github.com/jfbueno/posh-files.git $env:UserProfile/Documents/PowerShell
  2. Após clonar o repositório, executar os scripts de instalação usando o Powershell

    1. NerdFonts - Necessário para exibição do tema do OhMyPosh

      cd $env:UserProfile/Documents/Powershell
      ./Install-Fonts.ps1
    2. Instalar os pacotes e módulos do Powershell

      ./Install.ps1
    3. Criar symlinks de configurações (git e Windows Terminal)

      ./SetupConfig.ps1