Basic box setup, it's fairly customizable using bash and will work on gui-based and headless systems. Open a pr if you want something added.
NOTE: This package will be moving to primarily golang instead of bash in the near future. This is primarily for portability, extensibility, and reusability.
This will create a good basic setup for development workstations on Linux/Mac/WSL, given a label (as used in ./resources/install/index.json '.packages[].labels').
NOTE: it's currently only regularly tested on Linux, but if you find issues on any os please report them.
Run your Shell Install
After installing use the command cs
and try the commands listed there. It contains links to documents, roadmaps, tutorials, and other cheatsheet commands. The developer roadmaps listed there can be very helpful, as can the suggestions on what they are used for.
All of these will clone the repo and run the init script
Clones to ~/.basic-setup/basic-setup
curl -1fLsq https://raw.githubusercontent.com/mrlunchbox777/basic-setup/main/basic-setup.sh | sh
Variable processing order is: environment file, environment variables, arguments (last wins).
This is the best way to manage environment variables for this tool.
If you've already cloned the repo you can just copy the .env
mkdir -p ~/.basic-setup
cp template.env ~/.basic-setup/.env
Modify the .env
file using the instructions listed there.
You can run headless tests with the following
docker run -it ubuntu
then run
curl -1fLsq https://raw.githubusercontent.com/mrlunchbox777/basic-setup/main/basic-setup.sh | sh
You can run gui tests with VirtualBox
make test
make coverage
As an orchestrator basic-setup relies heavily on external projects. When imported, they may or may not be specifically credited below or in the bsctl README; however, when code snippets are used, as much as possible, in no particular order, they will be listed with a link to their license below. Please report all missing attributions in an issue).