Project Background
Recently, I have been spinning up a number of different machines that I need to run varying programs on. Running certain things locally while jumping architectures makes dependency setup cumbersome. Additionally, I will dockerize certain things, but sometimes you run into issues with hardware level access that trying to figure out with docker is simply just not worth the time. Thus was the case for me and I decided to make a mostly shell written dependency setup repo.
Features
- Command line history For those pesky, one line commands that were written previously that trying to find them would take too long to do.
- Auto-architecture detection Detects the given architecture of the device and then proceeds to install listed dependencies and environs features
- Config file consumption (Optional) Optionally, pass a config file that determines the dependencies installed and architecture