Skip to content

EnderturtleOrz/powershell-configure-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 简体中文

PowerShell Configuration Script

This repository contains a PowerShell script to install and configure various modules and append content to your PowerShell profile.

Features

  • Install and configure PowerShell modules
  • Append custom content to your PowerShell profile
  • Easy to customize and extend

How to Use

  1. Clone the repository:

    git clone https://github.com/EnderturtleOrz/powershell-configure-script.git
    cd powershell-configure-script
  2. Change Script Policy as an administrator:

    Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  3. Run the script as an administrator:

    ./init.ps1
  4. Follow the on-screen instructions to install and configure the modules.

Requirements

  • PowerShell 5.1 or later
  • Administrator privileges to change the execution policy

Module List

See config/README.md.

FAQ

  1. Fonts not displaying correctly?
    • The oh-my-posh module requires Nerd Fonts to enable all features. You can download Nerd Fonts from Nerd Fonts.

License

This project is licensed under the MIT License - see the LICENSE file for details.

How to Contribute?

Configures and other modules? see config/README.md.

Contributions are welcome! Please open an issue or submit a pull request.

Star History

Star History Chart

About

PowerShell script to install and configure various common modules.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published