Git Product home page Git Product logo

blueprintlx's Introduction

BlueprintLX

Project Overview

This project provides an automation framework for setting up a new Linux environment. It's designed to be flexible, allowing users to easily add or remove setup components via plugins. The framework currently supports Ubuntu but can be adapted for other Linux distributions.

Features

  • Automated Basic Setup: Automatically updates and upgrades the system using apt.
  • Extensible Plugin System: Easily extend the framework with custom plugins for additional tools and configurations.
  • Real-time Output: View the output of each installation process in real-time.

Getting Started

Prerequisites

  • A Linux system (preferably Ubuntu)
  • Python 3
  • Git (for some plugins)

Installation

  1. Clone the repository:
    git clone https://github.com/leopck/BlueprintLX.git
  2. Navigate to the cloned directory:
    cd BlueprintLX

Usage

  • Run the main script to execute the base setup and any enabled plugins:
    python3 main.py

Plugins

Existing Plugins

  • Vim Setup: Installs Vim and configures it.
  • Zsh with Powerlevel10k: Sets up Zsh with the Powerlevel10k theme and necessary fonts.

Writing New Plugins

  1. Create a new Python script in the plugins directory.
  2. Define a class with the same name as the script (capitalized).
  3. Implement a static run method with the installation commands.
  4. The plugin will be automatically detected and run by the main script.

Contributing

Contributions to this project are welcome! Here's how you can contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

blueprintlx's People

Contributors

leopck avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.