Skip to content

A streamlined collection of my configuration files for Windows

License

Notifications You must be signed in to change notification settings

druxorey/windots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windots

A streamlined collection of my configuration files for Windows

Repository Structure

  • assets: Contains directories such as cursors for Windows cursors and icons used in the configuration.

  • scripts: Contains useful scripts for automating tasks during the initial setup of a Windows installation.

Caution

Some of these scripts may violate Microsoft's guidelines and could be illegal. Whenever possible, acquire original licenses to avoid legal issues and ensure compliance with usage policies.

Installation

The windows-bootstrap.ps1 script automates the initial setup and configuration of a Windows system. It activates Windows, installs essential programs, and copies some files for system customization.

This script is particularly useful for users who want a quick and easy installation process. You can find the script here.

To install the script, use the following command:

powershell -NoProfile -ExecutionPolicy Bypass -Command "iex (iwr -UseBasicParsing 'https://raw.githubusercontent.com/druxorey/windots/refs/heads/main/scripts/windows-bootstrap.ps1')"

Note

This command downloads and executes the windows-bootstrap.ps1 script from the GitHub repository. It uses Invoke-WebRequest (iwr) to fetch the script and Invoke-Expression (iex) to run it directly in PowerShell. The -NoProfile option ensures that PowerShell runs without loading user profiles, and -ExecutionPolicy Bypass allows the script to execute without execution policy restrictions.

Contribute

If you want to add new scripts or improve existing ones, follow these steps:

  1. Open an issue to discuss the changes.
  2. Fork this repository.
  3. Create a new branch for your contribution: git checkout -b your-branch-name.
  4. Make your changes.
  5. Commit your changes, for example: git commit -m 'fix(scripts): external licence confirmation.'.
  6. Push your changes to your forked repository: git push origin your-branch-name.
  7. Open a Pull Request in this repository and reference the original issue.

License

This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.

About

A streamlined collection of my configuration files for Windows

Topics

Resources

License

Stars

Watchers

Forks