From a81d75fe533251968bd42976d6fb8d8ccbd2b5f4 Mon Sep 17 00:00:00 2001 From: Matthias Johnson Date: Sat, 15 Feb 2025 23:58:19 -0700 Subject: [PATCH] correct file name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78f073c..20a8cdf 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,13 @@ Both of these aliases also set git's `status.showUntrackedFiles` to `no`. This p ## installation -1. clone this repository or simply copy the [dotGit.sh](./dotGit.sh) +1. clone this repository or simply copy the [dotgit.sh](./dotgit.sh) 2. add some config sauce to your shell initialization (.i.e. `.zshrc` or `.bashrc`). The `DOT_FILES` and `DOT_HOME` variables **must be set** for the dotGit.sh to load! ```bash export DOT_FILES="${HOME}/.dotfiles" export DOT_HOME="${HOME}" export DOT_ORIGIN="git@github.com:user/your-dotfiles-repo.git" # optional - source ` + source ` ``` 3. restart your shell or `source ~/.zshrc` or `source ~/.bashrc` 4. run `.ginit` or `.gclone` (see the *initial clone setup* below, if cloning)