2023-10-31 14:47:40 -07:00
2023-10-31 14:47:40 -07:00
2023-10-29 13:58:57 -07:00
2023-09-10 12:31:31 -07:00
2023-10-31 14:47:40 -07:00
2023-09-10 14:20:21 -07:00
2023-08-06 13:32:31 -07:00
2023-10-24 20:57:48 -07:00

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

  1. install nix based on their website
  2. 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
  • 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
  1. :q and then again nvim .

Details

All plugin related remaps are in their respective files.

S
Description
tmux, nix, and other tings
Readme 33 MiB
Languages
Shell 91.1%
Lua 8.6%
Nix 0.3%