From e8a223e4fb5b26eb367480f5da95eba27a42d886 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Fri, 28 Jul 2023 09:54:36 -0700 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9f10fa..75ec225 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# dotfiles-linux -# dotfiles-linux + +# talksik dotfiles +## Nix commands +- `nix-shell` from $HOME to launch shell based on `shell.nix` + + +## nvim setup +1. run `nix-shell` from $HOME. The `shell.nix` in this repo should have neovim, ripgrep, and packer as dependencies. +2. open nvim anywhere. `nvim .` +3. run `:PackerSync` +4. `:q` and then again `nvim .` + +#### Details +All plugin related remaps are in their respective files.