feat: add downgrade and sd

This commit is contained in:
Matthieu Bessat 2024-11-13 12:39:40 +01:00
parent 11e7cebae9
commit 5268e0a783
2 changed files with 7 additions and 0 deletions

View file

@ -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`

View file

@ -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