From 9764eb0ee0b17412dd1c22a6d6ad8c95d7b59393 Mon Sep 17 00:00:00 2001 From: elkowar Date: Tue, 21 Jan 2025 21:39:39 +0100 Subject: [PATCH] Update stuff --- .deployed_cache/bat | 1 + .deployed_cache/eww | 1 + .deployed_cache/eww-bar | 1 + .deployed_cache/foot | 1 + .deployed_cache/gtk | 1 + .deployed_cache/niri | 1 + .deployed_cache/profile | 1 + .deployed_cache/rofi | 1 + .deployed_cache/scripts | 1 + .deployed_cache/sioyek | 1 + .deployed_cache/sway | 1 + .gitattributes | 1 + eggs/bat/config | 1 + eggs/git/.gitconfig | 1 - yolk.rhai | 1 + 15 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .deployed_cache/bat create mode 100644 .gitattributes create mode 100644 eggs/bat/config diff --git a/.deployed_cache/bat b/.deployed_cache/bat new file mode 100644 index 0000000..9b068c2 --- /dev/null +++ b/.deployed_cache/bat @@ -0,0 +1 @@ +/home/elk/.config/bat \ No newline at end of file diff --git a/.deployed_cache/eww b/.deployed_cache/eww index e69de29..b082703 100644 --- a/.deployed_cache/eww +++ b/.deployed_cache/eww @@ -0,0 +1 @@ +/home/elk/.config/eww \ No newline at end of file diff --git a/.deployed_cache/eww-bar b/.deployed_cache/eww-bar index e69de29..2c6ec1d 100644 --- a/.deployed_cache/eww-bar +++ b/.deployed_cache/eww-bar @@ -0,0 +1 @@ +/home/elk/.config/eww-bar \ No newline at end of file diff --git a/.deployed_cache/foot b/.deployed_cache/foot index e69de29..d05df3c 100644 --- a/.deployed_cache/foot +++ b/.deployed_cache/foot @@ -0,0 +1 @@ +/home/elk/.config/foot \ No newline at end of file diff --git a/.deployed_cache/gtk b/.deployed_cache/gtk index e69de29..f9dd6b6 100644 --- a/.deployed_cache/gtk +++ b/.deployed_cache/gtk @@ -0,0 +1 @@ +/home/elk/.config/gtk-3.0 \ No newline at end of file diff --git a/.deployed_cache/niri b/.deployed_cache/niri index e69de29..a9267f4 100644 --- a/.deployed_cache/niri +++ b/.deployed_cache/niri @@ -0,0 +1 @@ +/home/elk/.config/niri \ No newline at end of file diff --git a/.deployed_cache/profile b/.deployed_cache/profile index e69de29..4e8c19e 100644 --- a/.deployed_cache/profile +++ b/.deployed_cache/profile @@ -0,0 +1 @@ +/home/elk/.profile \ No newline at end of file diff --git a/.deployed_cache/rofi b/.deployed_cache/rofi index e69de29..2851d63 100644 --- a/.deployed_cache/rofi +++ b/.deployed_cache/rofi @@ -0,0 +1 @@ +/home/elk/.config/rofi \ No newline at end of file diff --git a/.deployed_cache/scripts b/.deployed_cache/scripts index e69de29..e7dd6f4 100644 --- a/.deployed_cache/scripts +++ b/.deployed_cache/scripts @@ -0,0 +1 @@ +/home/elk/scripts \ No newline at end of file diff --git a/.deployed_cache/sioyek b/.deployed_cache/sioyek index e69de29..51c556a 100644 --- a/.deployed_cache/sioyek +++ b/.deployed_cache/sioyek @@ -0,0 +1 @@ +/home/elk/.config/sioyek \ No newline at end of file diff --git a/.deployed_cache/sway b/.deployed_cache/sway index e69de29..8323aac 100644 --- a/.deployed_cache/sway +++ b/.deployed_cache/sway @@ -0,0 +1 @@ +/home/elk/.config/sway \ No newline at end of file diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..08a5adc --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* filter=yolk \ No newline at end of file diff --git a/eggs/bat/config b/eggs/bat/config new file mode 100644 index 0000000..e3d147d --- /dev/null +++ b/eggs/bat/config @@ -0,0 +1 @@ +--theme=gruvbox-dark diff --git a/eggs/git/.gitconfig b/eggs/git/.gitconfig index 7312780..11fa16e 100644 --- a/eggs/git/.gitconfig +++ b/eggs/git/.gitconfig @@ -14,7 +14,6 @@ ; {% if io::command_available("delta") %} ; pager = delta ; [delta] - ; syntax-theme = gruvbox ; features = side-by-side line-numbers decorations navigate ; [delta "line-numbers"] diff --git a/yolk.rhai b/yolk.rhai index f983b51..75655ae 100644 --- a/yolk.rhai +++ b/yolk.rhai @@ -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" },