Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.17 KB

README.md

File metadata and controls

43 lines (29 loc) · 2.17 KB

System Scripts

My collection of system scripts, broken down by OS.

!! DISCLAIMER !!

These are my own scripts I've written for my personal use, or for specific work I do. They may or may not be useful to you, but read each script carefully before you run it.

These are scripts I run on my own machines, and I am not interested in damaging my devices or infecting them with malware. That being said, many of the scripts download executables or other scripts from locations on the Internet. Care must be taken if you use any of the scripts in this repository, and if you find any issues with any of the scripts, please open an issue! :)

Table of Contents

Reporting problems

Found a problem? Open an issue. I don't have a template for submitting issues, but please include at least the following:

  • The script or portion of the repository you found a problem with
  • Basic details about your hardware
    • OS
    • CPU type (x86_64, ARM32/ARM64, etc)
      • You can optionally (helpfully 😀) include your make/model
    • A description of the problem
    • Any screenshots/error messages you can include that would help with debugging.

Description

As I write/find scripts I want to use across machines (work or personal), I add them to this repository. Scripts can be copy/pasted from the Github repository, or the whole repository can be cloned & scripts can be launched from the cloned repository.

As of 12/23/2024, the repository is very Windows script heavy. I have a number of Bash scripts to add, but they are scattered across other repositories and machines and I have spent most of the effort putting this repository together with new Windows scripts I write.

Directories

  • [scripts/]
    • Scripts meant to be run from the repository root, i.e. ./scripts/script_name.sh/ps1/...
  • windows/
    • Powershell and Batch/CMD scripts.
    • Includes application installs/uninstalls, automation scripts, maintenance scripts, and more