Skip to content

Instantly share code, notes, and snippets.

View syntax-tm's full-sized avatar
🕹️

Trey syntax-tm

🕹️
View GitHub Profile
@syntax-tm
syntax-tm / Add_PSStyle_in_Windows_PowerShell.md
Last active April 18, 2024 22:04
$PSStyle in Windows PowerShell

Adding $PSStyle to Windows PowerShell

PSStyle Preview

Usage

  1. Copy the code from PSStyle
  2. Paste the copied code at the top of your script or in your console
@syntax-tm
syntax-tm / code.mmd
Last active December 24, 2021 05:02
SAM Project Diagram
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;

Install-RE5Patch

Features

  • Will download the latest community patch from sb-online
  • Supports any install location (not just the default)
    • Checks the registry first and will search the default Steam install location and then check any library paths
  • Creates a backup of all files that are going to be replaced
  • Logging
  • Cleans up the downloaded and extracted files automatically