English | 简体中文
This repository contains a PowerShell script to install and configure various modules and append content to your PowerShell profile.
- Install and configure PowerShell modules
- Append custom content to your PowerShell profile
- Easy to customize and extend
-
Clone the repository:
git clone https://github.com/EnderturtleOrz/powershell-configure-script.git cd powershell-configure-script
-
Change Script Policy as an administrator:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
-
Run the script as an administrator:
./init.ps1
-
Follow the on-screen instructions to install and configure the modules.
- PowerShell 5.1 or later
- Administrator privileges to change the execution policy
See config/README.md.
- Fonts not displaying correctly?
- The
oh-my-posh
module requires Nerd Fonts to enable all features. You can download Nerd Fonts from Nerd Fonts.
- The
This project is licensed under the MIT License - see the LICENSE file for details.
Configures and other modules? see config/README.md.
Contributions are welcome! Please open an issue or submit a pull request.