Skip to content

My personal linutil fork for my scripts and dotfiles

License

Notifications You must be signed in to change notification settings

TuxLux40/linutil

 
 

Repository files navigation

This fork of CTTs Linutil has been adapted to my needs and to manage my dotfiles. Any credit and feedback should go upstream.

💡 Usage

CLI arguments

View available options by running:

linutil --help

For installer options:

curl -fsSL https://christitus.com/linux | sh -s -- --help

Configuration

Linutil 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 = true
linutil --config /path/to/example_config.toml

🎓 Documentation

Repo docs, troubleshooting guides and my homelab documentation can be found in the wiki of this repo.

About

My personal linutil fork for my scripts and dotfiles

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Languages

  • Shell 83.4%
  • Rust 16.4%
  • Nix 0.2%