This repository contains quick installer scripts for my frequently used tools and software. You can run them directly or download and customize as needed.
Most scripts are tailored to my preferences, but they're easy to adapt for your own requirements.
Clone the repository:
git clone https://github.com/Stensel8/scripts.git
cd scriptsRun a script:
- For Bash scripts:
./<script_name>_installer.sh
- For PowerShell scripts:
pwsh ./<script_name>_installer.ps1
For more information, see: Installing PowerShell on Linux
Note: Some scripts are partially generated by GitHub Copilot. I primarily use these for configuring web servers, VMs, and similar tasks.