dotfiles for my Linux setup
[[ 🗃
^ezb9j dotfiles
]] ::
[📥 Inbox]
[📤 Outbox]
[💥 Errbox]
[🐤 Followers]
[🤝 Collaborators]
[🏗 Projects]
[🛠 Commits]
Clone
HTTPS:
git clone https://code.naskya.net/repos/ezb9j
SSH:
git clone USERNAME@code.naskya.net:ezb9j
Branches
Tags
alacritty.toml
[env]
TERM = "alacritty"
COLORTERM = "truecolor"
[font]
size = 22
[font.bold]
family = "HackGenConsoleNF"
style = "Bold"
[font.bold_italic]
family = "HackGenConsoleNF"
style = "Bold Italic"
[font.italic]
family = "HackGenConsoleNF"
style = "Italic"
[font.normal]
family = "HackGenConsoleNF"
style = "Regular"
[[keyboard.bindings]]
action = "Paste"
key = "V"
mods = "Control"
[[keyboard.bindings]]
action = "Copy"
key = "C"
mods = "Control"
[[keyboard.bindings]]
chars = "\u0003"
key = "C"
mods = "Control|Shift"
[shell]
args = ["-l", "-c", "tmux attach || tmux"]
program = "/usr/bin/zsh"
[window]
opacity = 0.8