a6ffcf2277b1593dba93763c24eabf6c9358dafa
Clone
cd ~
git init
git remote add origin [my-repo]
git fetch
git checkout origin/master -ft
Dependencies
$ sudo apt install fzf picom feh xclip
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%