Update 6 files

- /scripts/src/homebrew.sh.tmpl
- /scripts/src/cloudflared-ssh.sh.tmpl
- /scripts/src/provision.sh.tmpl
- /scripts/provision.sh
- /scripts/homebrew.sh
- /scripts/cloudflared-ssh.sh
This commit is contained in:
Brian Zalewski 2023-04-16 02:06:43 +00:00
parent 973f3dd7d4
commit 171077b101
6 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/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 # @brief Installs and configures cloudflared for short-lived SSH certificates authenticated via SSO
# @description # @description
# This script ensures Homebrew is installed and then uses Homebrew to ensure `cloudflared` is installed. # This script ensures Homebrew is installed and then uses Homebrew to ensure `cloudflared` is installed.

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# @file scripts/homebrew.sh # @file Homebrew Install
# @brief Installs Homebrew on macOS and / or Linux. # @brief Installs Homebrew on macOS and / or Linux.
# @description # @description
# This script installs Homebrew on macOS and/or Linux machines. The script: # This script installs Homebrew on macOS and/or Linux machines. The script:

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/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. # @brief Main entry point for Install Doctor that ensures Homebrew and a few dependencies are installed before cloning the repository and running Chezmoi.
# @description # @description
# This script ensures Homebrew is installed and then installs a few dependencies that Install Doctor relies on. # This script ensures Homebrew is installed and then installs a few dependencies that Install Doctor relies on.

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/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 # @brief Installs and configures cloudflared for short-lived SSH certificates authenticated via SSO
# @description # @description
# This script ensures Homebrew is installed and then uses Homebrew to ensure `cloudflared` is installed. # This script ensures Homebrew is installed and then uses Homebrew to ensure `cloudflared` is installed.

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# @file scripts/homebrew.sh # @file Homebrew Install
# @brief Installs Homebrew on macOS and / or Linux. # @brief Installs Homebrew on macOS and / or Linux.
# @description # @description
# This script installs Homebrew on macOS and/or Linux machines. The script: # This script installs Homebrew on macOS and/or Linux machines. The script:

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/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. # @brief Main entry point for Install Doctor that ensures Homebrew and a few dependencies are installed before cloning the repository and running Chezmoi.
# @description # @description
# This script ensures Homebrew is installed and then installs a few dependencies that Install Doctor relies on. # This script ensures Homebrew is installed and then installs a few dependencies that Install Doctor relies on.