correct file name

This commit is contained in:
Matthias Johnson 2025-02-15 23:58:19 -07:00 committed by GitHub
parent 31c04c09c4
commit a81d75fe53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,13 +41,13 @@ Both of these aliases also set git's `status.showUntrackedFiles` to `no`. This p
## installation ## 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! 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 ```bash
export DOT_FILES="${HOME}/.dotfiles" export DOT_FILES="${HOME}/.dotfiles"
export DOT_HOME="${HOME}" export DOT_HOME="${HOME}"
export DOT_ORIGIN="git@github.com:user/your-dotfiles-repo.git" # optional export DOT_ORIGIN="git@github.com:user/your-dotfiles-repo.git" # optional
source <path to dotGit.sh>` source <path to dotgit.sh>`
``` ```
3. restart your shell or `source ~/.zshrc` or `source ~/.bashrc` 3. restart your shell or `source ~/.zshrc` or `source ~/.bashrc`
4. run `.ginit` or `.gclone` (see the *initial clone setup* below, if cloning) 4. run `.ginit` or `.gclone` (see the *initial clone setup* below, if cloning)