refacts bash/profile setup

This commit is contained in:
2026-04-21 11:19:45 +02:00
parent 5bd960d386
commit f150ed2750
52 changed files with 3446 additions and 724 deletions

16
.bash/system/README.md Normal file
View File

@@ -0,0 +1,16 @@
# System Configuration
System-level bash configurations for environment variables and paths.
## Files
- `index.sh` - Main entry point
- `android.sh` - Android SDK setup
- `bin.sh` - Binary paths and executable configurations
- `gui.sh` - GUI-related environment settings
- `java.sh` - Java environment configuration
## Important Notes
- These configs set environment variables needed system-wide
- Automatically sourced by main `.profile` via index file