mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-04-05 14:23:31 +00:00
Compare commits
No commits in common. "49746bd3340258a9dae033d1f63ebf2fb4240721" and "276666c604447fd2a10136e4e7decace92663968" have entirely different histories.
49746bd334
...
276666c604
16 changed files with 2 additions and 4 deletions
1
.deployed_cache/alacritty
Normal file
1
.deployed_cache/alacritty
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/home/elk/.config/alacritty
|
0
.deployed_cache/eww
Normal file
0
.deployed_cache/eww
Normal file
0
.deployed_cache/eww-bar
Normal file
0
.deployed_cache/eww-bar
Normal file
0
.deployed_cache/foot
Normal file
0
.deployed_cache/foot
Normal file
0
.deployed_cache/gtk
Normal file
0
.deployed_cache/gtk
Normal file
0
.deployed_cache/niri
Normal file
0
.deployed_cache/niri
Normal file
0
.deployed_cache/profile
Normal file
0
.deployed_cache/profile
Normal file
0
.deployed_cache/rofi
Normal file
0
.deployed_cache/rofi
Normal file
0
.deployed_cache/scripts
Normal file
0
.deployed_cache/scripts
Normal file
0
.deployed_cache/sioyek
Normal file
0
.deployed_cache/sioyek
Normal file
0
.deployed_cache/sway
Normal file
0
.deployed_cache/sway
Normal file
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1 +0,0 @@
|
||||||
* filter=yolk
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1 @@
|
||||||
/.yolk_git
|
/.yolk_git
|
||||||
/.deployed_cache
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
--theme=gruvbox-dark
|
|
|
@ -14,6 +14,7 @@
|
||||||
; {% 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"]
|
||||||
|
|
|
@ -26,7 +26,6 @@ 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" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue