Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 915 Bytes

TODO.md

File metadata and controls

28 lines (17 loc) · 915 Bytes

General

  • fix CI/CD failing on Github Action
  • add test to check if config is working correctly

Dotfile management

Workflow

add new package workflow

  1. Add new package to the list of package eg: nvim/nvim == 0.10.4 (with version like pip install -r requirements.txt)
  2. Running sync for installing/deleting packages from the list of requirements eg: make sync

Shell

References