Skip to content

Commit

Permalink
Support raspbian
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Nov 19, 2020
1 parent de1cf09 commit 1f90921
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 @@ -16,6 +16,7 @@ submodules) and run `myd0t.py` yourself.
- Gentoo
- Ubuntu
- Debian
- Raspbian (Raspberry Pi OS)
- CentOS
- Fedora
- Arch Linux
Expand Down
6 changes: 6 additions & 0 deletions myd0t.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@
'set_editor': ['update-alternatives', '--set', 'editor', '/usr/bin/vim.basic'],
'vimrc': '/etc/vim/vimrc.local',
},
'raspbian': {
'install': ['apt', 'install'],
'packages': {'git': 'git', 'zsh': 'zsh', 'tmux': 'tmux', 'vim': 'vim'},
'set_editor': ['update-alternatives', '--set', 'editor', '/usr/bin/vim.basic'],
'vimrc': '/etc/vim/vimrc.local',
},
}


Expand Down

0 comments on commit 1f90921

Please sign in to comment.