Skip to content

🌤 Minimal and clean ...dotfiles...

License

Notifications You must be signed in to change notification settings

qiz-li/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles.

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

Screenshot of shell and Vim

  • alacritty - Terminal emulator written in Rust
    • ayu - Simple, bright, and elegant theme
  • git - The version control system
  • gpg - GNU tool for PGP encryption, currently used for Git commit signing
  • neovim - Vim-fork focused on extensibility and usability
    • vim-plug - Minimalistic Vim plugin manager
      • ale - Linting engine for Neovim
        • autopep8 - Formatter for Python to match PEP 8 style guide
        • flake8 - Linter for Python files
        • shellcheck - Analysis tool for shell scripts
        • yamllint - Linter for YAML files
      • ayu - Ayu theme, Vim edition
      • commentary - Quick and easy way to comment stuff out
      • fugative - Awesome Git wrapper for Vim
      • gitgutter - Git diff markers in Vim gutter
      • goyo - Zen mode in Vim
      • limelight - Focus-enhancing text highlighting
      • 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
  • ssh - Protocol for secure remote connections
  • zsh - Powerful interactive shell and scripting interpreter

Readme format heavily inspired by @kutsan/dotfiles