diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-06-04 13:38:13 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-06-04 13:38:13 +0100 |
commit | d006433121e506abdbba9a0b0aca0208f21865c6 (patch) | |
tree | beaa24d3f6473b53415bc4d5625007898feeba3c | |
parent | 736b7d36fc49c1c16dadc54210a286efb5d644f3 (diff) | |
download | dotnvim-d006433121e506abdbba9a0b0aca0208f21865c6.tar.gz dotnvim-d006433121e506abdbba9a0b0aca0208f21865c6.zip |
Doc
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. + |