Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azzgo/dotfiles
personal dotfiles
https://github.com/azzgo/dotfiles
dotfiles
Last synced: 25 days ago
JSON representation
personal dotfiles
- Host: GitHub
- URL: https://github.com/azzgo/dotfiles
- Owner: azzgo
- Created: 2021-05-21T00:58:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T04:28:56.000Z (about 2 months ago)
- Last Synced: 2024-09-17T07:31:54.987Z (about 2 months ago)
- Topics: dotfiles
- Language: Vim Script
- Homepage:
- Size: 804 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DotFiles
The dotfiles are common used in my work and life.
## Before Start
### Neovim
For Neovim must 0.8+
- linux/macos/WSL environment. the dotfiles are not tested on windows
- c compile toolchains in your promgramming environment - it is for treesitter
- for LeaderF, charmming fuzzy finder
- [ripgrep](https://github.com/BurntSushi/ripgrep): better grep
- [Lazy.nvim](https://github.com/folke/lazy.nvim) the plugin management tool
- [python-neovim] `pip install --user neovim`, `coc-snippets` need neovim python support now### IdeaVim
First You need install Ideavim in Idea Plugin Store
## Quick start
Feel free to pick the part you need.
```sh
# Clone the Repo first
git clone https://github.com/azzgo/dotfiles
cd dotfils# Neovim Setup
make install-neovim# Vim Setup
make install-vim# IdeaVim
make install-ideavim# Emacs
make install-emacs# Wezterm
make install-wezterm# Shells
make install-shell