An open API service indexing awesome lists of open source software.

https://github.com/powerman/inferno-opt-setup

Setup projects in /opt for OS Inferno
https://github.com/powerman/inferno-opt-setup

Last synced: 3 months ago
JSON representation

Setup projects in /opt for OS Inferno

Awesome Lists containing this project

README

          

# Description

Scripts to setup projects installed in `/opt` (bind their commands, man
pages, etc. to standard places).

# Install

Make directory with these scripts available in /opt/setup/.

Install system-wide:

```
# git clone https://github.com/powerman/inferno-opt-setup.git $INFERNO_ROOT/opt/setup
```

or in your home directory:

```
$ git clone https://github.com/powerman/inferno-opt-setup.git $INFERNO_USER_HOME/opt/setup
$ emu
; bind opt /opt
```

# Usage

Add this into `profile` file in your Inferno home dir:

```
/opt/setup/cmd
/opt/setup/man
```

The `/opt/setup/cmd` will bind all commands provided by /opt packages into
`/dis/`, to let you run these commands by their name, without long
`/opt/provider/package/dis/cmd/` prefix.

The `/opt/setup/man` will bind all man pages provided by /opt packages
into `/man/*/` and union provided man indexes with `/man/*/INDEX`.