Skip to content

Commit 4d423e6

Browse files
committed
Support Rocky Linux
1 parent a5a1407 commit 4d423e6

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
@@ -21,6 +21,7 @@ submodules) and run `myd0t.py` yourself.
2121
- Fedora
2222
- Arch Linux
2323
- AlmaLinux
24+
- Rocky Linux
2425

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

myd0t.py

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
'set_editor': None,
4646
'vimrc': '/etc/vimrc',
4747
},
48+
'rocky': {
49+
'install': ['dnf', 'install'],
50+
'packages': {'git': 'git', 'zsh': 'zsh', 'tmux': 'tmux', 'vim': 'vim'},
51+
'set_editor': None,
52+
'vimrc': '/etc/vimrc',
53+
},
4854
'centos': {
4955
'install': ['yum', 'install'],
5056
'packages': {'git': 'git', 'zsh': 'zsh', 'tmux': 'tmux', 'vim': 'vim'},

0 commit comments

Comments
 (0)