mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +00:00
Update stuff
This commit is contained in:
parent
276666c604
commit
9764eb0ee0
15 changed files with 14 additions and 1 deletions
1
.deployed_cache/bat
Normal file
1
.deployed_cache/bat
Normal file
|
@ -0,0 +1 @@
|
|||
/home/elk/.config/bat
|
|
@ -0,0 +1 @@
|
|||
/home/elk/.config/eww
|
|
@ -0,0 +1 @@
|
|||
/home/elk/.config/eww-bar
|
|
@ -0,0 +1 @@
|
|||
/home/elk/.config/foot
|
|
@ -0,0 +1 @@
|
|||
/home/elk/.config/gtk-3.0
|
|
@ -0,0 +1 @@
|
|||
/home/elk/.config/niri
|
|
@ -0,0 +1 @@
|
|||
/home/elk/.profile
|
|
@ -0,0 +1 @@
|
|||
/home/elk/.config/rofi
|
|
@ -0,0 +1 @@
|
|||
/home/elk/scripts
|
|
@ -0,0 +1 @@
|
|||
/home/elk/.config/sioyek
|
|
@ -0,0 +1 @@
|
|||
/home/elk/.config/sway
|
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
* filter=yolk
|
1
eggs/bat/config
Normal file
1
eggs/bat/config
Normal file
|
@ -0,0 +1 @@
|
|||
--theme=gruvbox-dark
|
|
@ -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"]
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Add table
Reference in a new issue