667 B
667 B
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.
curlinstalled (for prompt installation).
Execution
Run the provided bootstrap script:
/path/to/inner/repo/scripts/bootstrap-shell.sh
Manual Verification
After running the script, initiate the shell switch:
- Ensure the new login shell is available in
/etc/shells(if on Linux). - Run
chsh -s /bin/bash. - Restart your terminal session.