- Plugin management via Lazy.nvim.
- File tree explorer via nvim-tree.lua.
- Fizzy finder via telescope.nvim.
- Code highlighting via nvim-treesitter.
- Code, snippet, word auto-completion via nvim-cmp.
- Language server protocol (LSP) support via nvim-lspconfig.
- Brew
export
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
importbrew bundle dump --global --force
/opt/homebrew/bin/brew bundle --global
- chsh
vi /etc/shells
chsh -s /opt/homebrew/bin/zsh
- chezmoi
chezmoi init https://github.com/wasabeef/dotfiles.git
chezmoi apply
- asdf
awk '{print $1}' .tool-versions | xargs -I {} asdf plugin add {}