Skip to content

Instantly share code, notes, and snippets.

@couleurm
Last active August 14, 2023 20:43
Show Gist options
  • Save couleurm/68d272edc5fb930c31b96b667813e373 to your computer and use it in GitHub Desktop.
Save couleurm/68d272edc5fb930c31b96b667813e373 to your computer and use it in GitHub Desktop.
(Not funny functional yet) You can copy this in notepad/your favorite IDE to tune this extremely readable script and/or paste the whole thing in PowerShell, yes it allows pasting in multiple lines at once!
iex(irm tl.ctt.cx) # Parses the raw setup script and runs it as a scriptblock
Import-Sophia # Get all Sophia-Script functions
# Tweaking
Optimize-OBS # Finds and optimizes OBS settings for your GPU
Optimize-OptiFine # Sets up your OptiFine settings
# Use Scoop package manager to install stuff
Get DDU NVCleanstall # i think this is as simple as it gets lol
# Fine-tuning
FileExtensions -Show # show extensions (virus.png.exe instead of virus.png)
HiddenItems -Show # show hiddenn files
# Performance
GameMode -Off
HAGS -Off # AKA Hardware Accelerated GPU scheduling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment