feat: bump docs

This commit is contained in:
2024-03-03 21:06:00 +00:00
parent f08d7d4b56
commit 3c5b255bcf
2 changed files with 26 additions and 38 deletions

View File

@@ -5,18 +5,6 @@ set -eo pipefail
# Summary: Script to checkout a compatible
# repository and run `script/install`
#
# Optional arguments:
# GITHUB_AUTHOR: GitHub author of repository
# Defaults to "andrejusk"
# GITHUB_REPOSITORY: GitHub repository name
# Defaults to "dotfiles"
# GITHUB_BRANCH: GitHub branch name
# Defaults to "master"
# DOTFILES_DIR: Directory to install dotfiles to
# Defaults to "$HOME/.dotfiles"
# DOTFILES_SKIP_INSTALL: Skip running `script/install`
# Defaults to false
#
# Required binaries:
# curl
# tar