Half of these files dont end up with a dot

This commit is contained in:
David Heinemeier Hansson
2024-05-27 13:36:10 -07:00
parent 54115d4c00
commit 712bd61075
7 changed files with 4 additions and 4 deletions

5
configs/alacritty.toml Normal file
View File

@ -0,0 +1,5 @@
import = [ "~/.local/share/omakub/defaults/alacritty.toml" ]
[font]
normal = { family = "CaskaydiaMono Nerd Font", style = "Regular" }
size = 7

4
configs/bashrc Normal file
View File

@ -0,0 +1,4 @@
source ~/.local/share/omakub/defaults/bash/rc
# Editor used by CLI
export EDITOR="nvim"

1
configs/inputrc Normal file
View File

@ -0,0 +1 @@
$include ~/.local/share/omakub/defaults/bash/inputrc

2
configs/zellij.kdl Normal file
View File

@ -0,0 +1,2 @@
theme "tokyo-night"
default_layout "compact"