mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:06:41 +00:00
chore(deps): install rclone with zinit instead of Homebrew
This commit is contained in:
1
Brewfile
1
Brewfile
@@ -47,7 +47,6 @@ brew 'node'
|
||||
brew 'pandoc'
|
||||
brew 'peco'
|
||||
brew 'pgformatter'
|
||||
brew 'rclone'
|
||||
brew 'readline'
|
||||
brew 'redis'
|
||||
brew 'ripgrep'
|
||||
|
||||
7
zsh/rclone.zsh
Normal file
7
zsh/rclone.zsh
Normal 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
|
||||
Reference in New Issue
Block a user