Skip to content

Commit

Permalink
Updated README for dotbot binary missing error.
Browse files Browse the repository at this point in the history
Signed-off-by: Jerin Joy <[email protected]>
  • Loading branch information
jerinjoy committed Mar 28, 2024
1 parent 34e8a5a commit 061b65c
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,24 @@ I use [Homebrew](https://brew.sh) to install packages on macOS. The [`Brewfile`]

**NOTE: Homebrew will only be installed on macOS.**

## Misc
## Troubleshooting

For issues with LazyVim (NeoVim) clear out these directories.
### Install complains that it can't find the dotbot executable

```shell
❯ ./install
./install:27: no such file or directory: /home/joy/dotfiles/dotbot/bin/Dotbot
````

Run:

```shell
git submodule deinit -f . && git submodule update --init --recursive
```

### For issues with LazyVim (NeoVim) clear out these directories.

```shell
rm -r ~/.local/state/nvim/
rm -r ~/.local/share/nvim/
````

0 comments on commit 061b65c

Please sign in to comment.