Skip to content

Collection of setup scripts for dev box configuration (WIP)

Notifications You must be signed in to change notification settings

takenagain/buildsmith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Box Setup Scripts

A collection of scripts to set up development environments with a simple runner interface.

Usage

Interactive Mode

Run all scripts in interactive mode:

make install

Run Specific Scripts

Run a specific script (e.g., to install nodejs):

make install-nodejs

List Available Scripts

List all available scripts:

make list-scripts

Additional Commands

make install-deps  # Install system dependencies
make build        # Build the runner
make run-scripts  # Run specified scripts (use SCRIPTS variable)
make clean        # Clean build artifacts
make deps         # Update dependencies
make test         # Run tests
make fmt         # Format code
make fmt-check   # Check code formatting
make lint        # Run linter

Project Structure

  • scripts/: Contains setup scripts
  • runner/: Contains the Rust runner application
  • proxmox/: Proxmox scripts and setup guides

About

Collection of setup scripts for dev box configuration (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •