mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat: move various various tools to be managed with rtx
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user