Compare commits

...

3 Commits

Author SHA1 Message Date
lelgenio 92e2b988ff add header to gitattributes 2020-12-06 23:05:21 -03:00
lelgenio aa489e9f1c don't use tabs by default 2020-12-06 22:59:10 -03:00
lelgenio d482a7a9e1 indent with 4 spaces 2020-12-06 22:55:33 -03:00
3 changed files with 251 additions and 314 deletions

View File

@ -13,7 +13,7 @@ variables:
mail: disroot.org
cursor_size: 24
editor: kak
tabs: true
tabs: false
key_layout: colemak
launcher: bmenu
terminal: alacritty
@ -384,5 +384,3 @@ dotfiles: # Just a bunch of paths and action mappings
rclone: { "src":"rclone.conf", "dst":"~/.config/rclone/rclone.conf" }
wofi: { "src":"wofi", "dst":"~/.config/wofi" }
zathura: { "src":"zathura.conf", "dst":"~/.config/zathura/zathurarc" }
# vim: tabstop=2

View File

@ -12,72 +12,6 @@ env:
# available, otherwise `xterm-256color` is used.
TERM: xterm-256color
#window:
# Window dimensions (changes require restart)
#
# Specified in number of columns/lines, not pixels.
# If both are `0`, this setting is ignored.
#dimensions:
# columns: 0
# lines: 0
# Window position (changes require restart)
#
# Specified in number of pixels.
# If the position is not set, the window manager will handle the placement.
#position:
# x: 0
# y: 0
# Window padding (changes require restart)
#
# Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides.
#padding:
# x: 0
# y: 0
# Spread additional padding evenly around the terminal content.
#dynamic_padding: false
# Window decorations
#
# Values for `decorations`:
# - full: Borders and title bar
# - none: Neither borders nor title bar
#
# Values for `decorations` (macOS only):
# - transparent: Title bar, transparent background and title bar buttons
# - buttonless: Title bar, transparent background, but no title bar buttons
#decorations: full
# Startup Mode (changes require restart)
#
# Values for `startup_mode`:
# - Windowed
# - Maximized
# - Fullscreen
#
# Values for `startup_mode` (macOS only):
# - SimpleFullscreen
#startup_mode: Windowed
# Window title
#title: Alacritty
# Window class (Linux/BSD only):
#class:
# Application instance name
#instance: Alacritty
# General application class
#general: Alacritty
# GTK theme variant (Linux/BSD only)
#
# Override the variant of the GTK theme. Commonly supported values are `dark` and `light`.
# Set this to `None` to use the default theme variant.
#theme.gtk_variant: None
#scrolling:
# Maximum number of lines in the scrollback buffer.
# Specifying '0' will disable scrolling.

View File

@ -1,3 +1,8 @@
# {{@@ header() @@}}
*.yaml yaml=true
*.yml yaml=true
{%@@ if tabs @@%}
* filter=tabspace
{%@@ endif @@%}