Personal dotfiles and configuration instructions to hedge against the fallout from a MacBook explosion.
- Install stow, fd, fzf, and ripgrep with Homebrew:
brew install fd fzf ripgrep stow
- Install universal-ctags and neovim:
brew install --HEAD universal-ctags/universal-ctags/universal-ctags neovim
- Create an
undo/
directory in the default location, for persistent undo:mkdir -p ~/.local/share/nvim/undo
- Generate symlinks with stow:
stow git kitty nvim tmux zsh
- Install language servers:
./lsp-install.zsh