# Audion Setup for PowerShell 7

[Русский](README_RU.md)

A portable kit: installs the PowerShell 7 shell and configures it the way it should be — in one
command.

## Why It Exists

A package manager installs the program but does not configure it. The installer
offers options nobody remembers six months later. And the post-install settings
get reassembled on every machine.

The kit takes all of that on: it downloads the current package with all the options the package manager omits, and carries the terminal settings across.

**The folder can be carried to another machine whole** — nothing else is needed.

## The Principle

**A check before installing.** A separate command shows what is already present
and what will be done, changing nothing.

## Next

* Run the batch file in the root. Elevation is requested only when it is needed.
