mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-25 21:57:45 +00:00
Chore: Document go packages, add glow
This commit is contained in:
@@ -8,11 +8,18 @@ have go && {
|
|||||||
packages=(
|
packages=(
|
||||||
# sysadmin/scripting utilities, distributed as a single binary
|
# sysadmin/scripting utilities, distributed as a single binary
|
||||||
github.com/skx/sysbox@latest
|
github.com/skx/sysbox@latest
|
||||||
|
# Git Profile allows you to switch between user profiles in git repos
|
||||||
github.com/dotzero/git-profile@latest
|
github.com/dotzero/git-profile@latest
|
||||||
|
# An extensible command line tool or library to format yaml files.
|
||||||
github.com/google/yamlfmt/cmd/yamlfmt@latest
|
github.com/google/yamlfmt/cmd/yamlfmt@latest
|
||||||
|
# Parsing HTML at the command line
|
||||||
github.com/ericchiang/pup@latest
|
github.com/ericchiang/pup@latest
|
||||||
|
# HTML to Markdown converter
|
||||||
github.com/suntong/html2md@latest
|
github.com/suntong/html2md@latest
|
||||||
|
# cheat allows you to create and view interactive cheatsheets on the cli.
|
||||||
github.com/cheat/cheat/cmd/cheat@latest
|
github.com/cheat/cheat/cmd/cheat@latest
|
||||||
|
# Render markdown on the CLI, with pizzazz! 💅
|
||||||
|
github.com/charmbracelet/glow@latest
|
||||||
)
|
)
|
||||||
|
|
||||||
for pkg in "${packages[@]}"; do
|
for pkg in "${packages[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user