{"id":19356394,"url":"https://github.com/qiz-li/dotfiles","last_synced_at":"2025-10-18T15:36:45.684Z","repository":{"id":43069804,"uuid":"334589202","full_name":"qiz-li/dotfiles","owner":"qiz-li","description":"🌤 Minimal and clean ...dotfiles...","archived":false,"fork":false,"pushed_at":"2022-03-22T21:35:44.000Z","size":21650,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T14:11:14.884Z","etag":null,"topics":["alacritty","dotfiles","git","macos","neovim","pandoc","ssh","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qiz-li.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-31T06:28:45.000Z","updated_at":"2022-07-07T22:06:13.000Z","dependencies_parsed_at":"2022-09-10T20:51:21.367Z","dependency_job_id":null,"html_url":"https://github.com/qiz-li/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiz-li%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiz-li%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiz-li%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiz-li%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qiz-li","download_url":"https://codeload.github.com/qiz-li/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250416759,"owners_count":21427050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alacritty","dotfiles","git","macos","neovim","pandoc","ssh","zsh"],"created_at":"2024-11-10T07:04:21.706Z","updated_at":"2025-10-18T15:36:40.643Z","avatar_url":"https://github.com/qiz-li.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .*dot*files.\n\n```shell\n# Install\ncd \u0026\u0026 git clone https://github.com/qiz-li/dotfiles.git \u0026\u0026 ./dotfiles/install/install.sh \u0026\u0026 zsh\n```\n\n![Screenshot of shell and Vim](images/screenshot.png)\n\n- [`alacritty`](https://github.com/alacritty/alacritty) - Terminal emulator written in Rust\n  - [`ayu`](https://github.com/ayu-theme/ayu-colors) - Simple, bright, and elegant theme\n- [`git`](https://github.com/git/git) - The version control system\n- [`gpg`](https://github.com/gpg/gnupg) - GNU tool for PGP encryption, currently used for Git commit signing\n- [`neovim`](https://github.com/neovim/neovim) - Vim-fork focused on extensibility and usability\n  - [`vim-plug`](https://github.com/junegunn/vim-plug) - Minimalistic Vim plugin manager\n    - [`ale`](https://github.com/dense-analysis/ale) - Linting engine for Neovim\n      - [`autopep8`](https://github.com/hhatto/autopep8) - Formatter for Python to match PEP 8 style guide\n      - [`flake8`](https://github.com/PyCQA/flake8) - Linter for Python files\n      - [`shellcheck`](https://github.com/koalaman/shellcheck) - Analysis tool for shell scripts\n      - [`yamllint`](https://github.com/adrienverge/yamllint) - Linter for YAML files\n    - [`ayu`](https://github.com/ayu-theme/ayu-vim) - Ayu theme, Vim edition\n    - [`commentary`](https://github.com/tpope/vim-commentary) - Quick and easy way to comment stuff out\n    - [`fugative`](https://github.com/tpope/vim-fugitive) - Awesome Git wrapper for Vim\n    - [`gitgutter`](https://github.com/airblade/vim-gitgutter) - Git diff markers in Vim gutter\n    - [`goyo`](https://github.com/junegunn/goyo.vim) - Zen mode in Vim\n    - [`limelight`](https://github.com/junegunn/limelight.vim) - Focus-enhancing text highlighting\n    - [`polyglot`](https://github.com/sheerun/vim-polyglot) - Solid language pack for syntax highlighting\n    - [`surround`](https://github.com/tpope/vim-surround) - Quickly and easy way to surround stuff with quotes, brackets+\n- [`pandoc`](https://github.com/jgm/pandoc) - Universal document converter\n  - [`wr`](pandoc/wr.sh) - Custom Markdown \u003c-\u003e DOCX conversion script\n- [`nvm`](https://github.com/nvm-sh/nvm) - Node Version Manager\n  - [`node`](https://github.com/nodejs/node) - Server-side JavaScript runtime environment\n  - [`npm`](https://github.com/npm/cli) - The package manager for JavaScript\n- [`ssh`](https://github.com/openssh/openssh-portable) - Protocol for secure remote connections\n- [`zsh`](https://github.com/zsh-users/zsh) - Powerful interactive shell and scripting interpreter\n  - [`antigen`](https://github.com/zsh-users/antigen) - Easy-to-use-Zsh plugin manager\n    - [`autosuggestions`](https://github.com/zsh-users/zsh-autosuggestions) - Useful auto-completion based on history\n    - [`common`](https://github.com/jackharrisonsherlock/common) - Simple and clean Zsh prompt\n    - [`feeling`](https://github.com/qiz-li/feeling) - Feelings calendar\n    - [`history-substring-search`](https://github.com/zsh-users/zsh-history-substring-search) - Fish-like helpful command history search\n    - [`syntax-highlighting`](https://github.com/zsh-users/zsh-syntax-highlighting) - Fish-like beautiful syntax highlighting\n    - [`you-should-use`](https://github.com/MichaelAquilina/zsh-you-should-use) - Helpful alias suggestions\n  - [`autojump`](https://github.com/wting/autojump) - Quick directory navigation that learns off history\n  - [`fzf`](https://github.com/junegunn/fzf) - Command-line fuzzy finder\n\n\u003e Readme format heavily inspired by [`@kutsan`](https://github.com/kutsan)/[`dotfiles`](https://github.com/kutsan/dotfiles)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqiz-li%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqiz-li%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqiz-li%2Fdotfiles/lists"}