Skip to content

AnthonyK213/WindowsPowerShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

Neovim

Powershell Configuration


Installation

  • Requirements

    • Powershell, any version
    • Git
    • Allow scripts (in admin mode)
      Set-ExecutionPolicy RemoteSigned
      # `Set-ExecutionPolicy Restricted` to reset
  • Clone repository

    $MyDocuments = [Environment]::GetFolderPath("MyDocuments")
    git clone --depth=1 https://github.com/AnthonyK213/WindowsPowerShell `
                        "$MyDocuments\PowerShell"

Configuration

You can add personal configurations in .\config.ps1.

variable description
USER_PROXY Proxy to set for applications

About

Configuration of powershell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published