View on GitHub

HomeSetup

HomeSetup simplifies terminal customization by offering seamless cloud integration for dotfiles, packages, and configurations, enhancing productivity and command line experiences without complex frameworks.

Download this project as a .zip file Download this project as a tar.gz file

HomeSetup Developer Handbook

Standard-Tools

Table of contents

__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