dotbrains / set-me-up-blueprint

A template to manage 'set-me-up' setups.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set-me-up blueprint

A template to manage your set-me-up setup that is loosely coupled.

What's inside

  1. A rcm tag called example and an adapted rcrc file.
  2. Your own module called example. You can go crazy with your customizations here.
  3. Installer that is required to download set-me-up on top of your blueprint.

How to use

  1. Read the docs.

  2. Fork this repository.

  3. Add your customizations inside the tag-example.

  4. Change the SMU_BLUEPRINT variable value to your GitHub user\repo combination.

  5. Use the installer to obtain set-me-up and your blueprint setup by changing the following within the below snippet:

    1. YOUR-USERNAME - This should be changed to your GitHub username.

    2. BRANCH-NAME-HERE - This should be changed based on the host device's kernel.

    bash <(curl -s -L https://raw.githubusercontent.com/<YOUR-USERNAME>/set-me-up-blueprint/<BRANCH-NAME-HERE>/dotfiles/modules/install.sh)

About

A template to manage 'set-me-up' setups.


Languages

Language:Shell 100.0%