feat(packages): add git forge clients
This commit is contained in:
parent
82164be2e2
commit
f27901aa88
2 changed files with 13 additions and 0 deletions
4
TODO.md
4
TODO.md
|
@ -1,5 +1,8 @@
|
|||
# TODO
|
||||
|
||||
- add packages
|
||||
- add configure of i2c dccutil to control external monitor screen brightness
|
||||
|
||||
- add email client setup
|
||||
- add gopass config
|
||||
|
||||
|
@ -12,3 +15,4 @@
|
|||
- [ ] battery notify https://github.com/cdown/battery-notify
|
||||
|
||||
- configure password management
|
||||
|
||||
|
|
|
@ -186,6 +186,13 @@ common:
|
|||
- python-faker
|
||||
- aur/uuid
|
||||
|
||||
cli_frontends:
|
||||
forges:
|
||||
# front end to interact with remote forge services
|
||||
- github-cli
|
||||
- glab
|
||||
- tea
|
||||
|
||||
multimedia:
|
||||
youtube:
|
||||
- yt-dlp
|
||||
|
@ -219,6 +226,8 @@ common:
|
|||
docker:
|
||||
- docker
|
||||
- kubectl
|
||||
- name: aur/hadolint-bin
|
||||
desc: Linter for Dockerfile, with all haskell dependencies
|
||||
|
||||
programming:
|
||||
_:
|
||||
|
|
Loading…
Reference in a new issue