chore(secrets): rotate secrets, purge history, and add placeholders

This commit is contained in:
mw
2026-03-20 13:05:39 +01:00
parent 2a7ed4ea40
commit 2281455a33
7 changed files with 169 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Shell Standardization Plan
To ensure a consistent development environment across local machines and remote servers (within the satware AG infrastructure), we are standardizing on `bash` with `starship` as the prompt.
## Deployment Guide
### Prerequisites
- Access to the target environment.
- `curl` installed (for prompt installation).
### Execution
Run the provided bootstrap script:
```bash
/path/to/inner/repo/scripts/bootstrap-shell.sh
```
### Manual Verification
After running the script, initiate the shell switch:
1. Ensure the new login shell is available in `/etc/shells` (if on Linux).
2. Run `chsh -s /bin/bash`.
3. Restart your terminal session.