Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace zdharma repos with existing ones in zdharma-continuum #1

Merged
merged 4 commits into from
Nov 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions z-a-meta-plugins.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Zinit_Annex_Meta_Plugins_Map=(

# @zsh-users
zsh-users "zsh-users/zsh-syntax-highlighting zsh-users/zsh-autosuggestions zsh-users/zsh-completions"
zsh-users+fast "zdharma/fast-syntax-highlighting zsh-users/zsh-autosuggestions zsh-users/zsh-completions"
zsh-users+fast "zdharma-continuum/fast-syntax-highlighting zsh-users/zsh-autosuggestions zsh-users/zsh-completions"

# @zdharma
zdharma "zdharma/fast-syntax-highlighting zdharma/history-search-multi-word zdharma/zsh-diff-so-fancy"
zdharma2 "zdharma/zconvey zdharma/zui zdharma/zflai"
zdharma "zdharma-continuum/fast-syntax-highlighting zdharma-continuum/history-search-multi-word zdharma-continuum/zsh-diff-so-fancy"
zdharma2 "zdharma-continuum/zconvey zdharma-continuum/zui zdharma-continuum/zflai"

# @molovo
molovo "molovo/color molovo/revolver molovo/zunit"
Expand Down Expand Up @@ -102,16 +102,16 @@ Zinit_Annex_Meta_Plugins_Config_Map=(
zsh-users/zsh-syntax-highlighting "$_std atinit'ZINIT[COMPINIT_OPTS]=-C; zpcompinit; zpcdreplay;'"
zsh-users/zsh-completions "$_std pick'/dev/null'"
# @zdharma
zdharma/fast-syntax-highlighting "$_std atinit'ZINIT[COMPINIT_OPTS]=-C; zpcompinit; zpcdreplay;'"
zdharma/history-search-multi-word "$_std atinit'zstyle :history-search-multi-word page-size 7;'"
zdharma/zsh-diff-so-fancy "$_std null sbin'bin/git-dsf;bin/diff-so-fancy'"
zdharma-continuum/fast-syntax-highlighting "$_std atinit'ZINIT[COMPINIT_OPTS]=-C; zpcompinit; zpcdreplay;'"
zdharma-continuum/history-search-multi-word "$_std atinit'zstyle :history-search-multi-word page-size 7;'"
zdharma-continuum/zsh-diff-so-fancy "$_std null sbin'bin/git-dsf;bin/diff-so-fancy'"
# @zdharma, less popular
zdharma/zui "$_std blockf"
zdharma/zconvey "$_std sbin'cmds/zc-bg-notify;cmds/plg-zsh-notify'"
zdharma/zsh-unique-id "$_std"
zdharma/zflai "$_std"
zdharma-continuum/zui "$_std blockf"
zdharma-continuum/zconvey "$_std sbin'cmds/zc-bg-notify;cmds/plg-zsh-notify'"
zdharma-continuum/zsh-unique-id "$_std"
zdharma-continuum/zflai "$_std"
github-issues "$_std pack"
github-issues-srv "$_std pack atinit'GIT_PROJECTS=zdharma/zinit GIT_SLEEP_TIME=700;'"
github-issues-srv "$_std pack atinit'GIT_PROJECTS=zdharma-continuum/zinit GIT_SLEEP_TIME=700;'"
# @molovo
molovo/zunit "$_std binary sbin atclone'./build.zsh;' atpull'%atclone'"
molovo/color "$_std binary sbin'color.zsh -> color'"
Expand All @@ -129,7 +129,7 @@ Zinit_Annex_Meta_Plugins_Config_Map=(
sharkdp/vivid "$_std binary lucid from'gh-r' mv'vivid* vivid' sbin'**/vivid(.exe|) -> vivid'"
# @ogham
ogham/exa "$_std binary from'gh-r' sbin'**/exa -> exa' atclone'cp -vf completions/exa.zsh _exa'"
exa-cargo "$_std binary cargo='!exa' teleid'zdharma/null'"
exa-cargo "$_std binary cargo='!exa' teleid'zdharma-continuum/null'"
# @BurntSushi
BurntSushi/ripgrep "$_std binary from'gh-r' mv'rip* ripgrep' sbin'**/rg(.exe|) -> rg'"

Expand All @@ -143,19 +143,19 @@ Zinit_Annex_Meta_Plugins_Config_Map=(
peco/peco "$_std binary from'gh-r' mv'peco* peco' sbin'**/peco(.exe|) -> peco'"
# Fuzzy searchers – from sources
fzf-go "$_std pack'bgn' teleid'fzf' git"
skim-cargo "$_std binary cargo='!skim -> sk' teleid'zdharma/null'"
skim-cargo "$_std binary cargo='!skim -> sk' teleid'zdharma-continuum/null'"
peco-go "$_std binary make'build' sbin'**/peco(.exe|) -> peco' teleid'peco/peco'"

# no username → a rust-annex usage to install Rust toolchain
rust-toolchain "$_std binary sbin='bin/*' rustup teleid'zdharma/null' \
rust-toolchain "$_std binary sbin='bin/*' rustup teleid'zdharma-continuum/null' \
atload='[[ ! -f \${ZINIT[COMPLETIONS_DIR]}/_cargo ]] && \
zi creinstall rust; \
export CARGO_HOME=\$PWD RUSTUP_HOME=\$PWD/rustup'"

# see: https://dev.to/cad97/rust-must-know-crates-5ad8
cargo-extensions "$_std binary cargo'cargo-edit;cargo-outdated;cargo-tree; \
cargo-update; cargo-expand;cargo-modules;cargo-audit;cargo-clone' \
sbin'bin/*' teleid'zdharma/null'"
sbin'bin/*' teleid'zdharma-continuum/null'"

# A few utility plugins
hlissner/zsh-autopair "$_std"
Expand Down