Initial commit for dotfiles

Setting up dotfiles with yadm
This commit is contained in:
2022-08-26 22:09:22 +09:30
commit 27e3b132a8
22 changed files with 1648 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Set the theme to "TwoDark"
--theme="TwoDark"
# Show line numbers, Git modifications and file header (but no grid)
--style="changes,header"
# Use italic text on the terminal (not supported on all terminals)
--italic-text=always
# Use C++ syntax for .ino files
--map-syntax "*.ino:C++"