# dotfiles
**Repository Path**: mirrors_wasabeef/dotfiles
## Basic Information
- **Project Name**: dotfiles
- **Description**: Managed using chezmoi.
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-19
- **Last Updated**: 2026-07-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# dotfiles
## Main Features
- Plugin management via [Lazy.nvim](https://github.com/folke/lazy.nvim).
- File tree explorer via [nvim-tree.lua](https://github.com/nvim-tree/nvim-tree.lua).
- Fizzy finder via [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim).
- Code highlighting via [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter).
- Code, snippet, word auto-completion via [nvim-cmp](https://github.com/hrsh7th/nvim-cmp).
- Language server protocol (LSP) support via [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig).
## Setup
- Brew
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
export
```sh
brew bundle dump --global --force
```
import
```sh
/opt/homebrew/bin/brew bundle --global
```
- chsh
```sh
vi /etc/shells
```
```sh
chsh -s /opt/homebrew/bin/zsh
```
- chezmoi
```sh
chezmoi init https://github.com/wasabeef/dotfiles.git
```
```sh
chezmoi apply
```
- asdf
```sh
awk '{print $1}' .tool-versions | xargs -I {} asdf plugin add {}
```