forked from Snoweuph/Dotfiles
Adding Glow Config
This commit is contained in:
parent
f752b22754
commit
5694b4a5fc
2 changed files with 11 additions and 0 deletions
3
.config/.gitignore
vendored
3
.config/.gitignore
vendored
|
@ -7,6 +7,9 @@
|
||||||
# Oh My Bash
|
# Oh My Bash
|
||||||
!/oh-my-bash-custom/
|
!/oh-my-bash-custom/
|
||||||
|
|
||||||
|
# Glow
|
||||||
|
!/glow/
|
||||||
|
|
||||||
# oh My Posh
|
# oh My Posh
|
||||||
!omp.toml
|
!omp.toml
|
||||||
|
|
||||||
|
|
8
.config/glow/glow.yml
Normal file
8
.config/glow/glow.yml
Normal 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
|
Loading…
Reference in a new issue