mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-04-05 14:23:31 +00:00
Stuff
This commit is contained in:
parent
1ef84dc9f2
commit
89b2a7842e
4 changed files with 7 additions and 4 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1 +0,0 @@
|
||||||
* filter=yolk
|
|
|
@ -8,7 +8,7 @@
|
||||||
"assistant": {
|
"assistant": {
|
||||||
"default_model": {
|
"default_model": {
|
||||||
"provider": "copilot_chat",
|
"provider": "copilot_chat",
|
||||||
"model": "gpt-4o"
|
"model": "claude-3-5-sonnet"
|
||||||
},
|
},
|
||||||
"version": "2"
|
"version": "2"
|
||||||
},
|
},
|
||||||
|
|
|
@ -9,5 +9,8 @@ abbr ga.="git add ."
|
||||||
abbr gaa="git add --all"
|
abbr gaa="git add --all"
|
||||||
abbr gc="git commit"
|
abbr gc="git commit"
|
||||||
abbr gr="git rebase"
|
abbr gr="git rebase"
|
||||||
|
abbr gpf="git push --force-with-lease"
|
||||||
|
abbr gp="git push"
|
||||||
|
abbr gpu="git pull"
|
||||||
abbr gs="git ss "
|
abbr gs="git ss "
|
||||||
abbr nvc="nvim ~/.config/"
|
abbr nvc="nvim ~/.config/"
|
||||||
|
|
|
@ -24,6 +24,7 @@ export let eggs = #{
|
||||||
"git": merge_into_home(true, [".gitconfig"]),
|
"git": merge_into_home(true, [".gitconfig"]),
|
||||||
"niri": #{ enabled: device.linux, targets: "~/.config/niri", templates: ["**/*.kdl"], main_file: "config.kdl" },
|
"niri": #{ enabled: device.linux, targets: "~/.config/niri", templates: ["**/*.kdl"], main_file: "config.kdl" },
|
||||||
"nvim": #{ strategy: "put", targets: "~/.config/nvim", main_file: "init.lua" },
|
"nvim": #{ strategy: "put", targets: "~/.config/nvim", main_file: "init.lua" },
|
||||||
|
"nvim-old": #{ enabled: false },
|
||||||
"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"]},
|
"bat": #{ enabled: device.linux || device.macbook, strategy: "put", targets: "~/.config/bat", templates: ["config"]},
|
||||||
|
|
Loading…
Add table
Reference in a new issue