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

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
antigen - Easy-to-use-Zsh plugin manager
autojump - Quick directory navigation that learns off history
fzf - Command-line fuzzy finder
Readme format heavily inspired by @kutsan/dotfiles