diff --git a/README.md b/README.md index c22a37c..bbc5bfb 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ submodules) and run `myd0t.py` yourself. - CentOS - Fedora - Arch Linux +- AlmaLinux Use the latest (stable) version, I do not care about ancient systems. diff --git a/myd0t.py b/myd0t.py index 0d47887..a5a672c 100755 --- a/myd0t.py +++ b/myd0t.py @@ -39,6 +39,12 @@ 'set_editor': None, 'vimrc': '/etc/vimrc', }, + 'almalinux': { + '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'},