mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-04-05 06:13:31 +00:00
Compare commits
2 commits
276666c604
...
49746bd334
Author | SHA1 | Date | |
---|---|---|---|
49746bd334 | |||
9764eb0ee0 |
16 changed files with 4 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
/home/elk/.config/alacritty
|
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
* filter=yolk
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/.yolk_git
|
||||
/.deployed_cache
|
||||
|
|
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