diff --git a/scripts/cloudflared-ssh.sh b/scripts/cloudflared-ssh.sh index 240beba9..b61c2b1e 100644 --- a/scripts/cloudflared-ssh.sh +++ b/scripts/cloudflared-ssh.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# @file scripts/cloudflared-ssh.sh +# @file CloudFlare SSO SSH Tunnel Setup # @brief Installs and configures cloudflared for short-lived SSH certificates authenticated via SSO # @description # This script ensures Homebrew is installed and then uses Homebrew to ensure `cloudflared` is installed. diff --git a/scripts/homebrew.sh b/scripts/homebrew.sh index c01064fa..633118e1 100644 --- a/scripts/homebrew.sh +++ b/scripts/homebrew.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# @file scripts/homebrew.sh +# @file Homebrew Install # @brief Installs Homebrew on macOS and / or Linux. # @description # This script installs Homebrew on macOS and/or Linux machines. The script: diff --git a/scripts/provision.sh b/scripts/provision.sh index 3c982a24..a14b7f78 100644 --- a/scripts/provision.sh +++ b/scripts/provision.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# @file scripts/provision.sh +# @file Quick Start # @brief Main entry point for Install Doctor that ensures Homebrew and a few dependencies are installed before cloning the repository and running Chezmoi. # @description # This script ensures Homebrew is installed and then installs a few dependencies that Install Doctor relies on. diff --git a/scripts/src/cloudflared-ssh.sh.tmpl b/scripts/src/cloudflared-ssh.sh.tmpl index f74947ca..46c6c68b 100644 --- a/scripts/src/cloudflared-ssh.sh.tmpl +++ b/scripts/src/cloudflared-ssh.sh.tmpl @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# @file scripts/cloudflared-ssh.sh +# @file CloudFlare SSO SSH Tunnel Setup # @brief Installs and configures cloudflared for short-lived SSH certificates authenticated via SSO # @description # This script ensures Homebrew is installed and then uses Homebrew to ensure `cloudflared` is installed. diff --git a/scripts/src/homebrew.sh.tmpl b/scripts/src/homebrew.sh.tmpl index c0b423ae..9498b11c 100644 --- a/scripts/src/homebrew.sh.tmpl +++ b/scripts/src/homebrew.sh.tmpl @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# @file scripts/homebrew.sh +# @file Homebrew Install # @brief Installs Homebrew on macOS and / or Linux. # @description # This script installs Homebrew on macOS and/or Linux machines. The script: diff --git a/scripts/src/provision.sh.tmpl b/scripts/src/provision.sh.tmpl index 36d9fa3f..2be1da79 100644 --- a/scripts/src/provision.sh.tmpl +++ b/scripts/src/provision.sh.tmpl @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# @file scripts/provision.sh +# @file Quick Start # @brief Main entry point for Install Doctor that ensures Homebrew and a few dependencies are installed before cloning the repository and running Chezmoi. # @description # This script ensures Homebrew is installed and then installs a few dependencies that Install Doctor relies on.