Compare commits

...

2 commits

Author SHA1 Message Date
49746bd334
asdf 2025-01-21 21:49:13 +01:00
9764eb0ee0
Update stuff 2025-01-21 21:39:39 +01:00
16 changed files with 4 additions and 2 deletions

View file

@ -1 +0,0 @@
/home/elk/.config/alacritty

View file

View file

View file

View file

View file

View file

View file

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* filter=yolk

1
.gitignore vendored
View file

@ -1 +1,2 @@
/.yolk_git /.yolk_git
/.deployed_cache

1
eggs/bat/config Normal file
View file

@ -0,0 +1 @@
--theme=gruvbox-dark

View file

@ -14,7 +14,6 @@
; {% if io::command_available("delta") %} ; {% if io::command_available("delta") %}
;<yolk> pager = delta ;<yolk> pager = delta
;<yolk> [delta] ;<yolk> [delta]
;<yolk> syntax-theme = gruvbox
;<yolk> features = side-by-side line-numbers decorations navigate ;<yolk> features = side-by-side line-numbers decorations navigate
;<yolk> [delta "line-numbers"] ;<yolk> [delta "line-numbers"]

View file

@ -26,6 +26,7 @@ export let eggs = #{
"nvim": #{ strategy: "put", targets: "~/.config/nvim", main_file: "init.lua" }, "nvim": #{ strategy: "put", targets: "~/.config/nvim", main_file: "init.lua" },
"profile": #{ enabled: device.linux, strategy: "merge", targets: "~" }, "profile": #{ enabled: device.linux, strategy: "merge", targets: "~" },
"starship": merge_into_home(true, []), "starship": merge_into_home(true, []),
"bat": #{ enabled: device.linux || device.macbook, strategy: "put", targets: "~/.config/bat", templates: ["config"]},
"sway": merge_into_home(device.desktop && device.linux, []), "sway": merge_into_home(device.desktop && device.linux, []),
"zed": #{ enabled: !device.windows, strategy: "put", targets: "~/.config/zed" }, "zed": #{ enabled: !device.windows, strategy: "put", targets: "~/.config/zed" },