Skip to content

Commit a100671

Browse files
committed
chore: update TODO
1 parent 99567cd commit a100671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TODO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
- [ ] fix CI/CD failing on Github Action
44
- [ ] add test to check if config is working correctly
55

6-
76
## Dotfile management
87

98
- [ ] use a proper dotfile management
10-
- [ ] [dotbot](https://github.com/anishathalye/dotbot#full-example)
9+
- [x] [dotbot](https://github.com/anishathalye/dotbot#full-example)
1110
- [ ] [stow](https://alexpearce.me/2016/02/managing-dotfiles-with-stow/)
1211
- [ ] [git bare repo](https://news.ycombinator.com/item?id=11071754)
1312

@@ -16,6 +15,7 @@
1615
- [ ] Trying [tmuxinator](https://github.com/tmuxinator/tmuxinator) and create a workflow
1716

1817
### add new package workflow
18+
1919
1. Add new package to the list of package eg: nvim/nvim == 0.10.4 (with version like pip install -r requirements.txt)
2020
2. Running sync for installing/deleting packages from the list of requirements eg: make sync
2121

0 commit comments

Comments
 (0)