summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2023-06-13 10:56:49 -0400
committerDan Fedele <dan.fedele@gmail.com>2023-06-13 10:56:49 -0400
commitdfa9f2398bd614f73a0df92cbcfd561c609a2f3b (patch)
tree269e6a5402d34a650e8313dacc91111611aa0295
parent5610d030dda5d14ff62fb1a5eddcd1f3683fd6b8 (diff)
Wording change
-rw-r--r--roles/custom-config/README.md2
-rw-r--r--roles/individual-apps/README.md2
-rw-r--r--roles/package-mgmt/README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/roles/custom-config/README.md b/roles/custom-config/README.md
index 9a20a30..65ff9ca 100644
--- a/roles/custom-config/README.md
+++ b/roles/custom-config/README.md
@@ -1,4 +1,4 @@
-Role Name
+Custom Config
=========
This role handles customization of the desktop experience only. Adding things like zsh functions I use, getting rid of mouse interactivity with vim (because who in their right mind thought this was a good idea???), and other small tweaks that I needed. Put customization in here.
diff --git a/roles/individual-apps/README.md b/roles/individual-apps/README.md
index 004e8b6..5880d2b 100644
--- a/roles/individual-apps/README.md
+++ b/roles/individual-apps/README.md
@@ -1,4 +1,4 @@
-Role Name
+Individual Apps
=========
This role will install individual packages that are _not_ tied to the package management system, IE apt. This also applies to git repositories and the like, as well as one-off compilation and build instructions, such as JumboJohn and Kerbrute.
diff --git a/roles/package-mgmt/README.md b/roles/package-mgmt/README.md
index 2c23fcf..01452d7 100644
--- a/roles/package-mgmt/README.md
+++ b/roles/package-mgmt/README.md
@@ -1,4 +1,4 @@
-Role Name
+Package Mgmt
=========
This role will handle any OS-level patching and package installs, including the installation of keys for repositories and such. This role typically takes a while to run because I always make sure I am patched and up to date before doing anything, and then of course the individual packages just take a while to install.