This is a learning project.
[ ] Add Distro install
[ ] Add microcode check
[ ] Add GPU card check, Quetions
[ ] Add BTRFS Quetions and setup
[ ] Add logging / errors
[ ] Add refactor the program into app, ui, main ect..
[x] Add themes
[ ] Add more
[ ] Add
[ ] Add The install scripts
This app was created to give the user a menu writen in rust, To ask the User quetion's that they would use to install arch. All of these quetions are compiled into a arch_config.toml file..
[dependencies]
ratatui = "0.20.1"
crossterm = "0.25"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.5"
This config file can be used in bash script to install Arch.




