install-nothing
A terminal application that simulates installing things but doesn't actually install anything
git clone https://github.com/buyukakyuz/install-nothing.gitbuyukakyuz/install-nothinginstall-nothing
A terminal application that simulates installing things. It doesn't actually install anything.
Installation
Download binary
Grab the latest binary for your platform from Releases
chmod +x install-nothing-* ./install-nothing-linux-x86_64
Build from source
cargo run --release
Press Ctrl+C to stop.
Pick what to install
By default we install everything. But you can change this behavior.
# Install specific stages cargo run --release -- kernel
Or pick what not to install.
# Exclude specific stages from installation cargo run --release -- --exclude cloud xorg
See available stages:
cargo run --release -- --help
Docker
Build
docker build -t install-nothing .
Run
docker run -it --rm --init install-nothing
License
Do whatever you want with it. Well, except for movies. If you use this in a movie, credit me or something.
more like this
TachiSnap
TachiSnap — Pixel Snapper for animation pixel artists. Rust + WebAssembly client-side tool for cleaning up AI-generated…
meine
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
bit_gossip
Pathfinding library for calculating all node pairs' shortest paths in an unweighted undirected graph.