this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' of github.com:ian-h-chamberlain/dotfiles

+32
+32
.config/lnav/config.json
··· 1 + { 2 + "$schema": "https://lnav.org/schemas/config-v1.schema.json", 3 + "ui": { 4 + "default-colors": false, 5 + "keymap": "us", 6 + "theme": "monocai", 7 + "theme-defs": { 8 + "default": { 9 + "highlights": { 10 + "colors": { 11 + "pattern": "(?:#[a-fA-F0-9]{6}|#[a-fA-F0-9]{3}\\b)" 12 + }, 13 + "ipv4": { 14 + "pattern": "\\b(?<!\\d\\.)\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\b(?!\\.\\d)" 15 + }, 16 + "xml": { 17 + "pattern": "</?([^ >=!]+)[^>]*>" 18 + }, 19 + "xml-decl": { 20 + "pattern": "<!([^ >=!]+)[^>]*>" 21 + } 22 + } 23 + } 24 + }, 25 + "movement": { 26 + "mode": "top" 27 + }, 28 + "keymap-defs": { 29 + "default": { } 30 + } 31 + } 32 + }
.lnav/formats/installed/128t_log.json .config/lnav/formats/installed/128t_log.json
.lnav/formats/installed/robot_xml_log.json .config/lnav/formats/installed/robot_xml_log.json
.lnav/formats/installed/salt.json .config/lnav/formats/installed/salt.json
.lnav/formats/installed/syslog_log.json .config/lnav/formats/installed/syslog_log.json