Adding Glow Config

This commit is contained in:
Snoweuph 2024-11-23 18:00:23 +01:00
parent f752b22754
commit 5694b4a5fc
Signed by: Snoweuph
GPG key ID: BEFC41DA223CEC55
2 changed files with 11 additions and 0 deletions

3
.config/.gitignore vendored
View file

@ -7,6 +7,9 @@
# Oh My Bash
!/oh-my-bash-custom/
# Glow
!/glow/
# oh My Posh
!omp.toml

8
.config/glow/glow.yml Normal file
View file

@ -0,0 +1,8 @@
# style name or JSON path (default "auto")
style: "~/.config/glow/catppuccin-macchiato.json"
# mouse support (TUI-mode only)
mouse: false
# use pager to display markdown
pager: false
# word-wrap at width
width: 80