correct file name
This commit is contained in:
parent
31c04c09c4
commit
a81d75fe53
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue