Update README.md

This commit is contained in:
Arjun Patel
2023-07-28 09:54:36 -07:00
committed by GitHub
parent 868a263cbd
commit e8a223e4fb
+14 -2
View File
@@ -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.