Skip to content

Personal dotfiles and configuration instructions to hedge against the fallout from a MacBook explosion.

Notifications You must be signed in to change notification settings

rnevius/dotfiles

Repository files navigation

dotfiles

Personal dotfiles and configuration instructions to hedge against the fallout from a MacBook explosion.

Configuring Neovim

  1. Install stow, fd, fzf, and ripgrep with Homebrew:
    brew install fd fzf ripgrep stow
    
  2. Install universal-ctags and neovim:
    brew install --HEAD universal-ctags/universal-ctags/universal-ctags neovim
    
  3. Create an undo/ directory in the default location, for persistent undo:
    mkdir -p ~/.local/share/nvim/undo
    
  4. Generate symlinks with stow:
    stow git kitty nvim tmux zsh
    
  5. Install language servers:
    ./lsp-install.zsh
    

About

Personal dotfiles and configuration instructions to hedge against the fallout from a MacBook explosion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published