mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
bin: update
This commit is contained in:
parent
360c63f270
commit
52fd2af843
3 changed files with 1 additions and 6 deletions
|
|
@ -7,3 +7,4 @@ echo -e "\e[32m[task]\e[0m"; go install github.com/go-task/task/v3/cmd/t
|
|||
echo -e "\e[32m[yaegi]\e[0m"; go install github.com/traefik/yaegi/cmd/yaegi@latest
|
||||
echo -e "\e[32m[govulncheck]\e[0m"; go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
echo -e "\e[32m[natscli]\e[0m"; go install github.com/nats-io/natscli/nats@latest
|
||||
echo -e "\e[32m[dlv]\e[0m"; go install github.com/go-delve/delve/cmd/dlv@latest
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
f="$HOME/org/refile.org"
|
||||
[ -f "$f" ] && exec $EDITOR "$f"
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
p="$HOME/Documents/Obsidian/journal"
|
||||
[ -d "$p" ] && exec $EDITOR "$p/$(date +%Y-%m-%d).md"
|
||||
Loading…
Add table
Add a link
Reference in a new issue