feat: add downgrade and sd
This commit is contained in:
parent
11e7cebae9
commit
5268e0a783
2 changed files with 7 additions and 0 deletions
3
TODO.md
3
TODO.md
|
@ -16,3 +16,6 @@
|
|||
|
||||
- configure password management
|
||||
|
||||
- [ ] Put some customized patched docker daemon config in /etc/docker/daemon.json with bigger address pool
|
||||
|
||||
- `sudo usermod -a -G wireshark mbess`
|
||||
|
|
|
@ -14,6 +14,8 @@ common:
|
|||
desc: The best to connect to remote server!
|
||||
- name: python-pipx
|
||||
desc: To install python stuff
|
||||
deps:
|
||||
- name: aur/downgrade
|
||||
- name: pacman-contrib
|
||||
desc: Include pactree
|
||||
|
||||
|
@ -86,6 +88,8 @@ common:
|
|||
- ripgrep-all
|
||||
- fd
|
||||
- exa
|
||||
replacer:
|
||||
- sd
|
||||
unix:
|
||||
- moreutils
|
||||
- rlwrap
|
||||
|
|
Loading…
Reference in a new issue