.dotfiles.

July 31, 2026 ยท View on GitHub

# Install
cd && git clone https://github.com/qiz-li/dotfiles.git && ./dotfiles/install/install.sh && zsh

Screenshot of shell and Vim

  • claude-code - Anthropic's CLI for Claude
  • ghostty - Fast, native terminal emulator
    • ayu - Simple, bright, and elegant theme
  • git - The version control system
  • gpg - GNU tool for PGP encryption, currently used for Git commit signing
  • keyboard - Caps Lock remapped to Escape at login
  • neovim - Vim-fork focused on extensibility and usability
    • lazy.nvim - Modern plugin manager for Neovim
      • ayu - Ayu theme, Vim edition
      • commentary - Quick and easy way to comment stuff out
      • fugitive - Awesome Git wrapper for Vim
      • gitgutter - Git diff markers in Vim gutter
      • goyo - Zen mode in Vim
      • limelight - Focus-enhancing text highlighting
      • lspconfig - Quickstart configs for Neovim's built-in LSP
      • mason - Portable package manager for LSP servers
      • polyglot - Solid language pack for syntax highlighting
      • surround - Quickly and easy way to surround stuff with quotes, brackets+
  • pandoc - Universal document converter
    • wr - Custom Markdown <-> DOCX conversion script
  • nvm - Node Version Manager
    • node - Server-side JavaScript runtime environment
    • npm - The package manager for JavaScript
  • zsh - Powerful interactive shell and scripting interpreter

Readme format heavily inspired by @kutsan/dotfiles