-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
to-include3rd party shell helper(s) to include within reproshell to avoid reinventing the wheel3rd party shell helper(s) to include within reproshell to avoid reinventing the wheel
Description
To avoid reinventing the wheel
if it was zsh, there are
- https://github.com/grml/grml-etc-core/tree/master/etc/zsh
- https://github.com/robbyrussell/oh-my-zsh
looking at those might give ideas on better organization etc
bash:
- there is apparently https://github.com/ohmybash/oh-my-bash -- not as established/active as oh-my-zsh but probably would be a better start than ground-0. Might possible to just add our needed changes as "plugins" and a "theme"
- https://github.com/Bash-it/bash-it -- seems to be more active/established oh-my-zsh ripoff
- https://terminalsare.sexy/#bash lists more of interesting ones
overall integration within an existing framework and shipping a customized preconfigured one might be the best solution but it might be quite sizeable/heavy for quick throw-away cases.
Needed to be tried etc
Metadata
Metadata
Assignees
Labels
to-include3rd party shell helper(s) to include within reproshell to avoid reinventing the wheel3rd party shell helper(s) to include within reproshell to avoid reinventing the wheel