12345678910111213 |
- stuffs = {
- # stuff -> (install_command, (depend0, depend1, ...))
- 'dotfiles': (None, ('zsh', 'tmux', 'neovim')),
- 'zsh': ('sh zsh.sh', ('zsh',)),
- 'i3wm': (None, None),
- 'st': (None, None),
- 'tmux': (None, None),
- 'plover': (None, None),
- 'qt': (None, None),
- 'flutter': (None, None),
- }
|