First commit
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
##############################################
|
||||
# These files are just for reference.
|
||||
# If you want to change anything, edit the source files in:
|
||||
# ~/system-master/assets/conf
|
||||
#
|
||||
# After that, run:
|
||||
# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
|
||||
#
|
||||
# If everything still works, you can use the same command but:
|
||||
# - keep "switch"
|
||||
# - and add a reboot:
|
||||
#
|
||||
# cd ~/system-master && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
|
||||
#
|
||||
# NOTE:
|
||||
# Make sure the lines starting with: cd ~/system-master
|
||||
# are written as ONE single line.
|
||||
##############################################
|
||||
|
||||
# ============================================
|
||||
# Alacritty config (TOML)
|
||||
# Path: ~/.config/alacritty/alacritty.toml
|
||||
# Source-of-truth: assets/conf/dev/alacritty.toml
|
||||
# ============================================
|
||||
|
||||
[terminal.shell]
|
||||
program = "zsh"
|
||||
|
||||
[font]
|
||||
size = 12.0
|
||||
|
||||
[font.normal]
|
||||
family = "Aporetic Sans Mono"
|
||||
style = "Regular"
|
||||
|
||||
[font.bold]
|
||||
family = "Aporetic Sans Mono"
|
||||
style = "Bold"
|
||||
|
||||
[font.italic]
|
||||
family = "Aporetic Sans Mono"
|
||||
style = "Italic"
|
||||
|
||||
[window]
|
||||
dynamic_padding = false
|
||||
decorations = "Full"
|
||||
|
||||
[window.padding]
|
||||
x = 4
|
||||
y = 4
|
||||
|
||||
[scrolling]
|
||||
history = 10000
|
||||
multiplier = 3
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = true
|
||||
|
||||
[cursor]
|
||||
style = "Block"
|
||||
unfocused_hollow = true
|
||||
|
||||
[selection]
|
||||
save_to_clipboard = true
|
||||
Reference in New Issue
Block a user