eieioxyz / dotfiles_macos

dotfiles.eieio.xyz
MIT License
47 stars 9 forks source link

Investigate manual / alternative plugin installation #10

Open eieioxyz opened 4 years ago

eieioxyz commented 4 years ago

We're using Antibody, but this plugin mentions a manual option.

eieioxyz commented 4 years ago

Another mention of manual installation.

eieioxyz commented 4 years ago

This one lists Homebrew first, and doesn't explicitly show a manual variation.

eieioxyz commented 4 years ago

This one dissuades us from using a plugin manager.

The zsh-syntax-highlighting authors recommend manual installation over the use of a framework or plugin manager.

eieioxyz commented 4 years ago

And another, though this one isn't under the zsh-users organization.

eieioxyz commented 4 years ago

The plugin is "standalone", which means that only sourcing it is needed. So to install, unpack history-search-multi-word somewhere and add

source {where-hsmw-is}/history-search-multi-word.plugin.zsh

to zshrc.

eieioxyz commented 4 years ago

Let's explore zinit.

eieioxyz commented 4 years ago

Spaceship Prompt has longer manual instructions than other plugins.

It can also be installed with npm, so we could put it in setup-node.zsh with other global installs.

eieioxyz commented 4 years ago

While not technically a plugin, Improved Nano Syntax Highlighting Files could be installed in similar fashion.

Look into this instead of, or in addition to, c107ed4a6ce8e852aba65d0465bd7b960ac814bf.