Update stuff

This commit is contained in:
elkowar 2025-01-21 21:39:39 +01:00
parent 276666c604
commit 9764eb0ee0
Signed by: ElKowar
GPG key ID: 862BA3D7D7760F13
15 changed files with 14 additions and 1 deletions

1
.deployed_cache/bat Normal file
View file

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

View file

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

View file

@ -0,0 +1 @@
/home/elk/.config/eww-bar

View file

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

View file

@ -0,0 +1 @@
/home/elk/.config/gtk-3.0

View file

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

View file

@ -0,0 +1 @@
/home/elk/.profile

View file

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

View file

@ -0,0 +1 @@
/home/elk/scripts

View file

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

View file

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

1
.gitattributes vendored Normal file
View file

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

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") %}
;<yolk> pager = delta
;<yolk> [delta]
;<yolk> syntax-theme = gruvbox
;<yolk> features = side-by-side line-numbers decorations navigate
;<yolk> [delta "line-numbers"]

View file

@ -26,6 +26,7 @@ export let eggs = #{
"nvim": #{ strategy: "put", targets: "~/.config/nvim", main_file: "init.lua" },
"profile": #{ enabled: device.linux, strategy: "merge", targets: "~" },
"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, []),
"zed": #{ enabled: !device.windows, strategy: "put", targets: "~/.config/zed" },