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
|
- 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!
|
desc: The best to connect to remote server!
|
||||||
- name: python-pipx
|
- name: python-pipx
|
||||||
desc: To install python stuff
|
desc: To install python stuff
|
||||||
|
deps:
|
||||||
|
- name: aur/downgrade
|
||||||
- name: pacman-contrib
|
- name: pacman-contrib
|
||||||
desc: Include pactree
|
desc: Include pactree
|
||||||
|
|
||||||
|
@ -86,6 +88,8 @@ common:
|
||||||
- ripgrep-all
|
- ripgrep-all
|
||||||
- fd
|
- fd
|
||||||
- exa
|
- exa
|
||||||
|
replacer:
|
||||||
|
- sd
|
||||||
unix:
|
unix:
|
||||||
- moreutils
|
- moreutils
|
||||||
- rlwrap
|
- rlwrap
|
||||||
|
|
Loading…
Reference in a new issue