orbiter

A cross-shell plugin and package manager, heavily inspired by zinit Supports only macos, linux atm, Windows support planned

Example ~/.orbiter.config.yml

```yaml - id: neovim resource: repo: neovim/neovim is_release: true exec: '**/bin/nvim' load: 'export VISUAL=nvim; export EDITOR="$VISUAL"; alias vi="$VISUAL"'

Order of Execution

(If not already exist: init -> clone/update -> extract (supports auto extraction of "zip", "tar.gz", "deb") -> install)

(plugin script loading) -> src -> multisrc -> load