
HomeSetup Developer Handbook¶
Standard-Tools
Table of contents¶
- Standard Tools
- Aliases Related
- Built-ins
- CLI Terminal Tools
- Command Tool
- Directory Related
- File Related
- Network Related
- Paths Tool
- Profile Related
- Search Related
- Security Related
- Shell Utilities
- System Utilities
- Taylor Tool
- Text Utilities
- TOML Utilities
- Toolchecks
- Development Tools
- Gradle
- Docker
- Git
Profile related functions¶
__hhs_activate_nvm¶
usage: __hhs_activate_nvm
Purpose¶
Lazy load helper function to initialize NVM for the terminal.
Returns¶
0 on success; non-zero otherwise.
Parameters¶
N/A
Examples¶
__hhs_activate_nvm
Output
Activating NVM app... OK
__hhs_activate_rvm¶
usage: __hhs_activate_rvm
Purpose¶
Lazy load helper function to initialize RVM for the terminal.
Returns¶
0 on success; non-zero otherwise.
Parameters¶
N/A
Examples¶
__hhs_activate_rvm
Output
Activating RVM app... OK
__hhs_activate_jenv¶
usage: __hhs_activate_jenv
Purpose¶
Lazy load helper function to initialize Jenv for the terminal.
Returns¶
0 on success; non-zero otherwise.
Parameters¶
N/A
Examples¶
__hhs_activate_jenv
Output
Activating JENV app... OK
__hhs_activate_docker¶
usage: __hhs_activate_docker
Purpose¶
Lazy load helper function to initialize Docker-Daemon for the terminal.
Returns¶
0 on success; non-zero otherwise.
Parameters¶
N/A
Examples¶
____hhs_activate_docker
Output
Activating Docker... OK