enx setup
Initial setup for enx.
Usage
enx setup
Description
Performs first-time setup for enx. This command runs automatically after installation but can be re-run at any time. It:
- Creates the global config directory:
- Linux/macOS:
~/.config/enx/ - Windows:
~\AppData\Roaming\enx\
- Linux/macOS:
- Initializes
config.tomlwith default settings - Creates an empty
registry.toml - Detects your shell and installs the shell integration wrapper function
- Prompts for a default projects directory
enx setupis safe to run again β it wonβt overwrite existing configuration.
Example
$ enx setup
βΈ Setting up enx...
β Created ~/.config/enx/config.toml
β Created ~/.config/enx/registry.toml
β Shell integration installed for fish
β Setup complete!
See Also
- Installation β full install guide
- Shell Integration β how the shell wrapper works