e0bc23e45b5d866f7f958e09a2160a28b5981f13
talksik dotfiles
Clone
cd $HOME- `git clone <this_repo> . See this for problems trying to clone into non-empty directory: https://stackoverflow.com/a/36084134
Nix
- install nix based on their website
nix-shellfrom $HOME to launch shell based onshell.nix
nvim setup
- run
nix-shellfrom $HOME. Theshell.nixin this repo should have neovim, ripgrep, and packer as dependencies. - open nvim anywhere.
nvim . - run
:PackerSync
- if this doesn't work, try this to get nvim to load packer:
git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim
:qand then againnvim .
Details
All plugin related remaps are in their respective files.
Description
Languages
Shell
91.1%
Lua
8.6%
Nix
0.3%