mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:46:40 +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 '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
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
|
||||||
1
zshrc
1
zshrc
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user