aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-06-04 13:38:13 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-06-04 13:38:13 +0100
commitd006433121e506abdbba9a0b0aca0208f21865c6 (patch)
treebeaa24d3f6473b53415bc4d5625007898feeba3c /README.md
parent736b7d36fc49c1c16dadc54210a286efb5d644f3 (diff)
downloaddotnvim-d006433121e506abdbba9a0b0aca0208f21865c6.tar.gz
dotnvim-d006433121e506abdbba9a0b0aca0208f21865c6.zip
Doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index fd93adf..44e07ec 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,11 @@ For further information on installed plugins:
This repo should be in `~/.config/nvim/`!
+1. Check you don't have a `~/.config/nvim` directory.
+2. Run:
+```bash
git clone --recursive https://github.com/reidrac/dotvim.git ~/.config/nvim
+```
Then it is recommended you run:
@@ -40,3 +44,9 @@ Remove the `Plug` line and run:
:PlugClean
+## Other dot files
+
+This repo has configfuration for tmux, wezterm, and possibly other tools I use.
+
+Check `setup` shell script.
+