1 2 3 4 5
mod create_config; mod zshrc; pub use create_config::{Config, load_config}; pub use zshrc::setup_zshrc;