From 46c4bc3f71487887222163725f3e68efe5df50a9 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 29 Oct 2023 16:42:33 +0000 Subject: [PATCH] Adds ussage params to comment --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install.sh b/install.sh index 73cf36f..d9bfdf7 100755 --- a/install.sh +++ b/install.sh @@ -8,6 +8,14 @@ # Checks all dependencies are met, and prompts to install if missing # # For docs and more info, see: https://github.com/lissy93/dotfiles # # # +# OPTIONS: # +# --auto-yes: Skip all prompts, and auto-accept all changes # +# --no-clear: Don't clear the screen before running # +# # +# ENVIRONMENTAL VARIABLES: # +# DOTFILES_DIR: Where to save dotfiles to (default: ~/.dotfiles) # +# DOTFILES_REPO: Git repo to USE (default: Lissy93/Dotfiles) # +# # # IMPORTANT: Before running, read through everything very carefully! # # # # Licensed under MIT (C) Alicia Sykes 2022 #