enx setup
Initial setup for enx.
Usage
enx setup
Description
Performs first-time setup for enx. Run this after installation (and any time you want to fully reset shell integration). 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 - Rebuilds bash/zsh shell integration scripts and repairs source lines in shell rc files
- 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 bash
β Setup complete!
See Also
- Installation β full install guide
- Shell Integration β how the shell wrapper works