chore(deps): install rclone with zinit instead of Homebrew

This commit is contained in:
2021-02-02 19:54:35 +00:00
parent bb11652a2b
commit a78f03da34
3 changed files with 8 additions and 1 deletions

View File

@@ -47,7 +47,6 @@ brew 'node'
brew 'pandoc' brew 'pandoc'
brew 'peco' brew 'peco'
brew 'pgformatter' brew 'pgformatter'
brew 'rclone'
brew 'readline' brew 'readline'
brew 'redis' brew 'redis'
brew 'ripgrep' brew 'ripgrep'

7
zsh/rclone.zsh Normal file
View File

@@ -0,0 +1,7 @@
#
# Rclone
#
zinit ice wait lucid as'program' from'gh-r' mv'**/rclone -> rclone' \
atclone'./rclone genautocomplete zsh - > _rclone' atpull'%atclone'
zinit light rclone/rclone

1
zshrc
View File

@@ -109,6 +109,7 @@ if [[ "$OSTYPE" == "linux"* ]]; then source "$DOTZSH/linux.zsh"; fi
source "$DOTZSH/emacs.zsh" source "$DOTZSH/emacs.zsh"
source "$DOTZSH/git.zsh" source "$DOTZSH/git.zsh"
source "$DOTZSH/less.zsh" source "$DOTZSH/less.zsh"
source "$DOTZSH/rclone.zsh"
source "$DOTZSH/tmux.zsh" source "$DOTZSH/tmux.zsh"
source "$DOTZSH/vterm.zsh" source "$DOTZSH/vterm.zsh"