3 files changed,
1 insertions(+),
6 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-02-25 19:28:26 +0200
Parent:
360c63f
jump to
| M | bin/go-install-bins |
| D | bin/refile |
| D | bin/today |
M
bin/go-install-bins
··· 7 7 echo -e "\e[32m[yaegi]\e[0m"; go install github.com/traefik/yaegi/cmd/yaegi@latest 8 8 echo -e "\e[32m[govulncheck]\e[0m"; go install golang.org/x/vuln/cmd/govulncheck@latest 9 9 echo -e "\e[32m[natscli]\e[0m"; go install github.com/nats-io/natscli/nats@latest 10 +echo -e "\e[32m[dlv]\e[0m"; go install github.com/go-delve/delve/cmd/dlv@latest
D
bin/refile
··· 1 -#!/usr/bin/env bash 2 -f="$HOME/org/refile.org" 3 -[ -f "$f" ] && exec $EDITOR "$f"