Skip to content

Commit 1f90921

Browse files
committed
Support raspbian
1 parent de1cf09 commit 1f90921

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
@@ -16,6 +16,7 @@ submodules) and run `myd0t.py` yourself.
1616
- Gentoo
1717
- Ubuntu
1818
- Debian
19+
- Raspbian (Raspberry Pi OS)
1920
- CentOS
2021
- Fedora
2122
- Arch Linux

myd0t.py

+6
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
'set_editor': ['update-alternatives', '--set', 'editor', '/usr/bin/vim.basic'],
5858
'vimrc': '/etc/vim/vimrc.local',
5959
},
60+
'raspbian': {
61+
'install': ['apt', 'install'],
62+
'packages': {'git': 'git', 'zsh': 'zsh', 'tmux': 'tmux', 'vim': 'vim'},
63+
'set_editor': ['update-alternatives', '--set', 'editor', '/usr/bin/vim.basic'],
64+
'vimrc': '/etc/vim/vimrc.local',
65+
},
6066
}
6167

6268

0 commit comments

Comments
 (0)