install.fairie/home/private_dot_config/bat/config

12 lines
305 B
Text
Raw Normal View History

2022-11-29 22:26:34 -08:00
# Set the theme to "TwoDark"
--theme="TwoDark"
# Show line numbers, Git modifications and file header (but no grid)
--style="numbers,changes,header"
# Use italic text on the terminal (not supported on all terminals)
--italic-text=always
# Use C++ syntax for Arduino .ino files
--map-syntax "*.ino:C++"