main
parent
1366e5aeb6
commit
74eec21fd8
|
@ -44,6 +44,7 @@
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- '@Development tools'
|
- '@Development tools'
|
||||||
|
- alacritty
|
||||||
# Editors (more)
|
# Editors (more)
|
||||||
- codium
|
- codium
|
||||||
- emacs
|
- emacs
|
||||||
|
@ -66,6 +67,10 @@
|
||||||
# ansible
|
# ansible
|
||||||
- ansible # should already be available
|
- ansible # should already be available
|
||||||
- ansible-lint
|
- ansible-lint
|
||||||
|
# rpm
|
||||||
|
- fedpkg
|
||||||
|
- mock
|
||||||
|
- rpmdevtools
|
||||||
# langs
|
# langs
|
||||||
## Python
|
## Python
|
||||||
- python3
|
- python3
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
name: earne
|
name: earne
|
||||||
comment: EMW
|
comment: EMW
|
||||||
shell: /usr/bin/zsh
|
shell: /usr/bin/zsh
|
||||||
groups: earne,wheel
|
groups: earne,mock,wheel
|
||||||
|
|
Loading…
Reference in New Issue