/dotfiles

nvim config

Primary LanguageLuaMIT LicenseMIT

Requirements

tl;dr:

brew install Ripgrep fzf stow fd
  • Ripgrep

    • MacOS:
    brew install Ripgrep
    
    • Debian, or debian derived:
    $ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb
    $ sudo dpkg -i ripgrep_13.0.0_amd64.deb
    
  • fzf

    Used for tmux-sessionizer script.

    • MacOS:
    brew install fzf
    
  • Stow

    stow is used to create the symlinks to the appropriate folders.

    • MacOS:
    brew install stow
    
  • fd

    fd is a faster alternative to find.

    • ** MacOS**:
    brew install fd
    
  • pipx

pipx

Usage

Just run install.sh, which will unstow and re-stow all files, or run stow:

  • stow -D <folder> - unlinks folder
  • stow <folder> - links the folder