https://github.com/enderturtleorz/powershell-configure-script
PowerShell script to install and configure various common modules.
https://github.com/enderturtleorz/powershell-configure-script
powershell powershell-module powershell-script windows
Last synced: 9 months ago
JSON representation
PowerShell script to install and configure various common modules.
- Host: GitHub
- URL: https://github.com/enderturtleorz/powershell-configure-script
- Owner: EnderturtleOrz
- License: mit
- Created: 2024-12-26T15:04:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-27T14:29:26.000Z (about 1 year ago)
- Last Synced: 2025-02-18T00:43:51.831Z (12 months ago)
- Topics: powershell, powershell-module, powershell-script, windows
- Language: PowerShell
- Homepage:
- Size: 129 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**English** | [简体中文](README_zh.md)
# 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:
```sh
git clone https://github.com/EnderturtleOrz/powershell-configure-script.git
cd powershell-configure-script
```
2. Change Script Policy as an administrator:
```sh
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
```
3. Run the script as an administrator:
```sh
./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](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](https://www.nerdfonts.com/font-downloads).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## How to Contribute?
Configures and other modules? see [config/README.md](config/README.md).
Contributions are welcome! Please open an issue or submit a pull request.
## Star History
[](https://star-history.com/#EnderturtleOrz/powershell-configure-script&Date)