mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 07:06:40 +00:00
feat(util): add and setup restish CLI tool
This commit is contained in:
@@ -32,6 +32,7 @@ show_tools = false
|
|||||||
"cargo:watchexec-cli" = "latest"
|
"cargo:watchexec-cli" = "latest"
|
||||||
"go:github.com/DarthSim/hivemind" = "latest"
|
"go:github.com/DarthSim/hivemind" = "latest"
|
||||||
"go:github.com/bufbuild/buf-language-server/cmd/bufls" = "latest"
|
"go:github.com/bufbuild/buf-language-server/cmd/bufls" = "latest"
|
||||||
|
"go:github.com/danielgtaylor/restish" = "latest"
|
||||||
"go:github.com/go-delve/delve/cmd/dlv" = "latest"
|
"go:github.com/go-delve/delve/cmd/dlv" = "latest"
|
||||||
"go:github.com/golang/mock/mockgen" = "latest"
|
"go:github.com/golang/mock/mockgen" = "latest"
|
||||||
"go:github.com/hashicorp/terraform-ls" = "latest"
|
"go:github.com/hashicorp/terraform-ls" = "latest"
|
||||||
|
|||||||
7
zsh/restish.zsh
Normal file
7
zsh/restish.zsh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#
|
||||||
|
# restish Setup
|
||||||
|
#
|
||||||
|
|
||||||
|
if command-exists restish; then
|
||||||
|
setup-completions restish "$(command-path restish)" restish completion zsh
|
||||||
|
fi
|
||||||
1
zshrc
1
zshrc
@@ -280,6 +280,7 @@ source "$DOTZSH/less.zsh"
|
|||||||
source "$DOTZSH/mise.zsh"
|
source "$DOTZSH/mise.zsh"
|
||||||
source "$DOTZSH/neovim.zsh"
|
source "$DOTZSH/neovim.zsh"
|
||||||
source "$DOTZSH/nix.zsh"
|
source "$DOTZSH/nix.zsh"
|
||||||
|
source "$DOTZSH/restish.zsh"
|
||||||
source "$DOTZSH/tldr.zsh"
|
source "$DOTZSH/tldr.zsh"
|
||||||
source "$DOTZSH/tmux.zsh"
|
source "$DOTZSH/tmux.zsh"
|
||||||
source "$DOTZSH/zoxide.zsh"
|
source "$DOTZSH/zoxide.zsh"
|
||||||
|
|||||||
Reference in New Issue
Block a user