mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(zinit): switch to newer for-syntax for zinit declarations
This commit is contained in:
14
zsh/ruby.zsh
14
zsh/ruby.zsh
@@ -7,18 +7,18 @@
|
||||
# ==============================================================================
|
||||
|
||||
# Install rbenv
|
||||
zinit ice wait lucid as'program' pick'bin/rbenv' from'gh' \
|
||||
zinit light-mode wait lucid as'program' pick'bin/rbenv' from'gh' \
|
||||
atclone'src/configure && make -C src; libexec/rbenv init - > .zinitrc.zsh' \
|
||||
atpull'%atclone' src'.zinitrc.zsh' nocompile'!'
|
||||
zinit light rbenv/rbenv
|
||||
atpull'%atclone' src'.zinitrc.zsh' nocompile'!' \
|
||||
for @rbenv/rbenv
|
||||
|
||||
# install ruby-build
|
||||
zinit ice wait lucid as'program' pick'bin/ruby-build' from'gh'
|
||||
zinit light rbenv/ruby-build
|
||||
zinit light-mode wait lucid as'program' pick'bin/ruby-build' from'gh' \
|
||||
for @rbenv/ruby-build
|
||||
|
||||
# install rbenv-each plugin
|
||||
zinit ice wait lucid as'program' pick'bin/rbenv-each' from'gh'
|
||||
zinit light rbenv/rbenv-each
|
||||
zinit light-mode wait lucid as'program' pick'bin/rbenv-each' from'gh' \
|
||||
for @rbenv/rbenv-each
|
||||
|
||||
# ==============================================================================
|
||||
# aliases
|
||||
|
||||
Reference in New Issue
Block a user