Compare commits

..

No commits in common. "49746bd3340258a9dae033d1f63ebf2fb4240721" and "276666c604447fd2a10136e4e7decace92663968" have entirely different histories.

16 changed files with 2 additions and 4 deletions

View file

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

0
.deployed_cache/eww Normal file
View file

0
.deployed_cache/eww-bar Normal file
View file

0
.deployed_cache/foot Normal file
View file

0
.deployed_cache/gtk Normal file
View file

0
.deployed_cache/niri Normal file
View file

0
.deployed_cache/profile Normal file
View file

0
.deployed_cache/rofi Normal file
View file

0
.deployed_cache/scripts Normal file
View file

0
.deployed_cache/sioyek Normal file
View file

0
.deployed_cache/sway Normal file
View file

1
.gitattributes vendored
View file

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

1
.gitignore vendored
View file

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

View file

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

View file

@ -14,6 +14,7 @@
; {% 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,7 +26,6 @@ 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" },