feat: move various various tools to be managed with rtx

This commit is contained in:
2023-05-25 02:14:19 +01:00
parent fc33b59dc8
commit e1105afa0c
7 changed files with 26 additions and 36 deletions

View File

@@ -2,12 +2,6 @@
# Containers
#
# Docker
if command-exists docker; then
zinit light-mode wait lucid from'gh-r' as'program' mv'ctop-* -> ctop' \
for @bcicen/ctop
fi
docker_remove_exited() {
docker rm $(docker ps -f='status=exited' -q)
}

View File

@@ -21,10 +21,8 @@ install_go_global_packages() {
github.com/erning/gorun@latest
github.com/go-delve/delve/cmd/dlv@latest
github.com/golang/mock/mockgen@latest
github.com/golangci/golangci-lint/cmd/golangci-lint@latest
github.com/google/go-jsonnet/cmd/jsonnet@latest
github.com/google/go-jsonnet/cmd/jsonnetfmt@latest
github.com/goreleaser/goreleaser@latest
github.com/icholy/gomajor@latest
github.com/kisielk/errcheck@latest
github.com/lighttiger2505/sqls@latest

View File

@@ -9,7 +9,3 @@ alias o="xdg-open"
export TERM="xterm-256color"
path_append "/opt/tigervnc/bin"
zinit light-mode wait lucid as'program' from'gh-r' mv'shfmt* -> shfmt' \
atclone'./shfmt completions zsh > _shfmt' atpull'%atclone' \
for @mvdan/sh