Skip to content

Commit

Permalink
Support Rocky Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Mar 26, 2024
1 parent a5a1407 commit 4d423e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ submodules) and run `myd0t.py` yourself.
- Fedora
- Arch Linux
- AlmaLinux
- Rocky Linux

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

Expand Down
6 changes: 6 additions & 0 deletions myd0t.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
'set_editor': None,
'vimrc': '/etc/vimrc',
},
'rocky': {
'install': ['dnf', 'install'],
'packages': {'git': 'git', 'zsh': 'zsh', 'tmux': 'tmux', 'vim': 'vim'},
'set_editor': None,
'vimrc': '/etc/vimrc',
},
'centos': {
'install': ['yum', 'install'],
'packages': {'git': 'git', 'zsh': 'zsh', 'tmux': 'tmux', 'vim': 'vim'},
Expand Down

0 comments on commit 4d423e6

Please sign in to comment.