bySimpson / unattended-setups

A set of unattended setup tools for Debian-based Distros ~ Rust 🦀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unattended-setups

A set of unattended setup scripts for Debian-based Distros. With only one command the specified tool will be installed and configured!

CLI installer

To use the interactive cli tool, use the following command:

sh -c "$(curl -fsSL https://thmr.at/cli)"

If you want to use a different release/branch, use the following command:

sh -c "$(curl -fsSL https://thmr.at/cli/{BRANCH/RELEASE})"

Supported tools

Tool Command
BAT sh -c "$(curl -fsSL https://thmr.at/setup/bat)"
Docker sh -c "$(curl -fsSL https://thmr.at/setup/docker)"
glow sh -c "$(curl -fsSL https://thmr.at/setup/glow)"
ripgrep sh -c "$(curl -fsSL https://thmr.at/setup/ripgrep)"
ZSH sh -c "$(curl -fsSL https://thmr.at/setup/zsh)"

About

A set of unattended setup tools for Debian-based Distros ~ Rust 🦀

License:MIT License


Languages

Language:Rust 90.2%Language:Shell 9.8%