This fork of CTTs Linutil has been adapted to my needs and to manage my dotfiles. Any credit and feedback should go upstream.
View available options by running:
linutil --helpFor installer options:
curl -fsSL https://christitus.com/linux | sh -s -- --helpLinutil supports configuration through a TOML config file. Path to the file can be specified with --config (or -c).
Available options:
auto_execute- A list of commands to execute automatically (can be combined with--skip-confirmation)skip_confirmation- Boolean ( Equal to--skip-confirmation)size_bypass- Boolean ( Equal to--size-bypass)
Example config:
# example_config.toml
auto_execute = [
"Fastfetch",
"Alacritty",
"Kitty"
]
skip_confirmation = true
size_bypass = truelinutil --config /path/to/example_config.tomlRepo docs, troubleshooting guides and my homelab documentation can be found in the wiki of this repo.