dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit b5ea9e3eb4f74a04cee6bc0e832bbf7629e46a00
parent c92c6b85fdcf1d9bf1c25c4c9f0488eae19c0d37
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat,  1 May 2021 14:11:53 +0200

glow: added config file

Diffstat:
Aglow/glow.yml | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/glow/glow.yml b/glow/glow.yml @@ -0,0 +1,10 @@ +# style name or JSON path (default "auto") +style: "auto" +# show local files only; no network (TUI-mode only) +local: false +# mouse support (TUI-mode only) +mouse: true +# use pager to display markdown +pager: true +# word-wrap at width +width: 127+ \ No newline at end of file