forked from Snoweuph/Dotfiles
4 lines
90 B
Bash
4 lines
90 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
command -v glow &>/dev/null || go install github.com/charmbracelet/glow@latest
|