My dotfile setup, managed with chezmoi.
First, install chezmoi:
brew install chezmoiThen clone and apply dotfiles:
chezmoi init https://github.com/damassi/dotfiles.git
chezmoi applyAdd files:
chezmoi add ~/.bashrcEdit and apply:
chezmoi edit ~/.bashrc
chezmoi diff
chezmoi -v applyCommit files and return to prompt:
chezmoi cd
git add dot_bashrc
git commit -m "Add .bashrc"
exit
Update latest with:
chezmoi updateNOTE: Once dotfiles are cloned and applied,
chezmoihas been aliased toch.
This repo contains a fairly complete NeoVim reproduction of all core VSCode Editor/LSP features, including robust mouse support for getting from symbol to symbol, and keybindings that map to common VSCode commands.
See dotfiles/nvim/KEYBINDINGS.md for keybindings.
AI completions via windsurf.nvim - run :Codeium Auth to login.