17 lines
459 B
Markdown
17 lines
459 B
Markdown
# 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
|