Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasabeef/dotfiles
Managed using chezmoi.
https://github.com/wasabeef/dotfiles
chezmoi dotfiles neovim wezterm zsh
Last synced: 11 days ago
JSON representation
Managed using chezmoi.
- Host: GitHub
- URL: https://github.com/wasabeef/dotfiles
- Owner: wasabeef
- Created: 2021-10-16T02:54:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T03:38:36.000Z (about 1 month ago)
- Last Synced: 2024-10-11T08:10:41.031Z (28 days ago)
- Topics: chezmoi, dotfiles, neovim, wezterm, zsh
- Language: Lua
- Homepage:
- Size: 971 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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 {}
```