mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
5b2712350d
Fast, configurable, shell plugin manager Features - Plugins from Git repositories. * Branch / tag / commit support. * Submodule support. * First class support for GitHub repositories. * First class support for Gists. - Arbitrary remote scripts or binary plugins. - Local plugins. - Inline plugins. - Highly configurable install methods using templates. - Shell agnostic, with sensible defaults for Zsh. - Super-fast plugin loading and parallel installation - Config file using TOML syntax. - Clean ~/.zshrc or ~/.bashrc (just add 1 line). WWW: https://sheldon.cli.rs/
71 lines
1.5 KiB
Makefile
71 lines
1.5 KiB
Makefile
COMMENT = Shells
|
|
|
|
SUBDIR += 44bsd-csh
|
|
SUBDIR += anongitssh
|
|
SUBDIR += antibody
|
|
SUBDIR += ast-ksh
|
|
SUBDIR += atuin
|
|
SUBDIR += bash
|
|
SUBDIR += bash-completion
|
|
SUBDIR += bash-static
|
|
SUBDIR += bashc
|
|
SUBDIR += bicon
|
|
SUBDIR += bosh
|
|
SUBDIR += ch
|
|
SUBDIR += dash
|
|
SUBDIR += elvish
|
|
SUBDIR += envy
|
|
SUBDIR += es
|
|
SUBDIR += etsh
|
|
SUBDIR += fd
|
|
SUBDIR += fish
|
|
SUBDIR += git-prompt.zsh
|
|
SUBDIR += heirloom-sh
|
|
SUBDIR += ibsh
|
|
SUBDIR += ion
|
|
SUBDIR += jailkit
|
|
SUBDIR += klish
|
|
SUBDIR += ksh
|
|
SUBDIR += ksh-devel
|
|
SUBDIR += ksh93
|
|
SUBDIR += mksh
|
|
SUBDIR += modernish
|
|
SUBDIR += murex
|
|
SUBDIR += nologinmsg
|
|
SUBDIR += nsh
|
|
SUBDIR += nushell
|
|
SUBDIR += ohmyzsh
|
|
SUBDIR += oksh
|
|
SUBDIR += p5-Bash-Completion
|
|
SUBDIR += p5-Shell-Perl
|
|
SUBDIR += p5-Term-Bash-Completion-Generator
|
|
SUBDIR += p5-Term-ShellUI
|
|
SUBDIR += pdksh
|
|
SUBDIR += pear-PHP_Shell
|
|
SUBDIR += psh
|
|
SUBDIR += rc
|
|
SUBDIR += rubygem-shellwords
|
|
SUBDIR += rush
|
|
SUBDIR += sash
|
|
SUBDIR += scponly
|
|
SUBDIR += sheldon
|
|
SUBDIR += shell-hist
|
|
SUBDIR += shellharden
|
|
SUBDIR += starship
|
|
SUBDIR += switchBashZsh
|
|
SUBDIR += tcshrc
|
|
SUBDIR += v7sh
|
|
SUBDIR += viewglob
|
|
SUBDIR += vshnu
|
|
SUBDIR += wcd
|
|
SUBDIR += xonsh
|
|
SUBDIR += yash
|
|
SUBDIR += zsh
|
|
SUBDIR += zsh-antigen
|
|
SUBDIR += zsh-autosuggestions
|
|
SUBDIR += zsh-completions
|
|
SUBDIR += zsh-navigation-tools
|
|
SUBDIR += zsh-syntax-highlighting
|
|
|
|
.include <bsd.port.subdir.mk>
|