Skip to content

BenjaminMichaelis/Config

Repository files navigation

Config Files

Git Hooks

Strips AI-generated trailers (e.g. Co-authored-by: Copilot) from commit messages automatically.

macOS / Linux:

bash git-hooks/install.sh

Windows (PowerShell):

powershell -ExecutionPolicy Bypass -File git-hooks/install.ps1

Winget Config instructions

  1. Take the desired configuration scripts from the winget_configurations folder
  2. Follow the instructions at https://learn.microsoft.com/windows/package-manager/configuration/ to setup your machine

Running install.ps1

On a fresh Windows machine the default execution policy is Restricted, which prevents PowerShell from running .ps1 scripts entirely. The in-script execution-policy check (Set-ExecutionPolicy Bypass -Scope Process) is a safety notice only — it cannot bootstrap itself from Restricted mode because the script never gets to execute.

To launch the installer, run:

powershell -ExecutionPolicy Bypass -File install.ps1

Scoop Bucket instructions:

Setups my personal scoop bucket. Installs and uninstalls programs.

Runs via: scoop bucket add BenjaminMichaelis https://github.com/BenjaminMichaelis/ScoopBucket.git

Main Command for a new computer: ClientBasePackages Command for Development tools: DeveloperBasePackages

About

Various config files, mostly for setting up new machines

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors