Skip to content

Commit a5a1407

Browse files
committed
Support AlmaLinux
1 parent 1f90921 commit a5a1407

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ submodules) and run `myd0t.py` yourself.
2020
- CentOS
2121
- Fedora
2222
- Arch Linux
23+
- AlmaLinux
2324

2425
Use the latest (stable) version, I do not care about ancient systems.
2526

myd0t.py

+6
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
'set_editor': None,
4040
'vimrc': '/etc/vimrc',
4141
},
42+
'almalinux': {
43+
'install': ['dnf', 'install'],
44+
'packages': {'git': 'git', 'zsh': 'zsh', 'tmux': 'tmux', 'vim': 'vim'},
45+
'set_editor': None,
46+
'vimrc': '/etc/vimrc',
47+
},
4248
'centos': {
4349
'install': ['yum', 'install'],
4450
'packages': {'git': 'git', 'zsh': 'zsh', 'tmux': 'tmux', 'vim': 'vim'},

0 commit comments

Comments
 (0)