Skip to content

Re-organize per application #31

Open
@suhlig

Description

In the Freakshow podcast episode 196, @hukl asked for suggestions to make contributions simpler and also ease the maintenance burden for him.

I would like to propose a new GitHub organization with a separate repo for each application:

smyck-color-scheme (github org)
├── meta (repo)
│   ├── README.markdown
│   ├── colors
├── web
│   ├── index.html
│   ├── css
│   │   ├── style.css
│   │   └── colors
│   ├── fonts
│   ├── ...
├── Terminal.app
│   ├── README.markdown
│   └── Smyck.terminal
├── iTerm2
│   ├── README.markdown
│   └── Smyck.itermcolors
├── Vim
│   ├── README.markdown
│   └── smyck.vim
├── Textmate
│   ├── README.markdown
│   └── Smyck.tmTheme
├── Eclipse
│   ├── README.markdown
│   ├── Eclipse Color Theme Plugin
│   └── Eclipse Preferences

For a user only interested in the Vim color scheme, the command becomes:

git clone https://github.com/smyck-color-scheme/Vim

and she is not bothered with other stuff.

I guess @hukl would be owning at least smyck-color-scheme/meta, and assign additional collaborators and owners to the application repositories.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions