From ebc9b89a512aabfd21dc6b85b65bc908b2ab9345 Mon Sep 17 00:00:00 2001 From: Yummy_Bacon5 <68166338+YummyBacon5@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:34:06 +0000 Subject: [PATCH] Say about adding your own configuration --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5b60dd0..6556bd1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Win Config + Quickly configure Windows with the **objectively** best settings +## To add your own configuration + +Please create a [pull request](https://github.com/likes-gay/win-config/pulls), and create a JSON file in the [configs directory](https://github.com/likes-gay/win-config/tree/main/configs). The file's name should be your username. + +To see examples of what the file should be like, view other JSON files in there. + # The Options All the options can all be found in the [configs' README.md](https://github.com/likes-gay/win-config/tree/main/configs#settings-documentation). @@ -13,14 +20,17 @@ It works by finding their config based off of the computer's username. ## Single command to download and run the script ### Updated Powershell command + ```powershell Invoke-WebRequest -Uri "https://github.com/likes-gay/win-config/releases/latest/download/likes-gay-config.exe" -OutFile "likes-gay-config.exe"; Start-Process -FilePath ".\likes-gay-config.exe" -Wait; Remove-Item -Path "likes-gay-config.exe" ``` ### Legacy CMD command + ```cmd curl -L -o likes-gay-config.exe https://github.com/likes-gay/win-config/releases/latest/download/likes-gay-config.exe && likes-gay-config.exe && del likes-gay-config.exe ``` ## Using a Rubber Ducky (badusb) to run the script + Upload the [`payload.dd`](https://github.com/likes-gay/win-config/blob/main/payload.dd) to your USB