A template to manage your set-me-up
setup that is loosely coupled.
- A
rcm
tag called example and an adaptedrcrc
file. - Your own module called
example
. You can go crazy with your customizations here. - Installer that is required to download
set-me-up
on top of your blueprint.
-
Fork this repository.
-
Add your customizations inside the tag-example.
-
Change the
SMU_BLUEPRINT
variable value to your GitHubuser\repo
combination. -
Use the installer to obtain
set-me-up
and your blueprint setup by changing the following within the below snippet:-
YOUR-USERNAME - This should be changed to your
GitHub
username. -
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)
-