Compare commits

...

3 Commits

Author SHA1 Message Date
d092a3c8fd Update lazygit config 2025-07-29 08:23:21 -07:00
1ac8abb23f Disable AI plugins 2025-07-29 08:23:06 -07:00
6560a0e1f8 Upgrade gitmux 2025-07-29 08:22:48 -07:00
5 changed files with 22 additions and 22 deletions

View File

@@ -1,34 +1,36 @@
customCommands: customCommands:
- key: '<c-P>' - key: "<c-P>"
context: 'global' context: "global"
command: 'git push --force-with-lease' command: "git push --force-with-lease"
description: 'Force push with lease.' description: "Force push with lease."
git:
autoForwardBranches: "none"
os: os:
editPreset: "vscode" editPreset: "nvim"
gui: gui:
timeFormat: '2006-01-02' useHunkModeInStagingView: true
nerdFontsVersion: '3' timeFormat: "2006-01-02"
nerdFontsVersion: "3"
mouseEvents: false mouseEvents: false
theme: theme:
activeBorderColor: activeBorderColor:
- '#40a02b' - "#40a02b"
- bold - bold
inactiveBorderColor: inactiveBorderColor:
- '#6c6f85' - "#6c6f85"
optionsTextColor: optionsTextColor:
- '#1e66f5' - "#1e66f5"
selectedLineBgColor: selectedLineBgColor:
- '#ccd0da' - "#ccd0da"
cherryPickedCommitBgColor: cherryPickedCommitBgColor:
- '#bcc0cc' - "#bcc0cc"
cherryPickedCommitFgColor: cherryPickedCommitFgColor:
- '#40a02b' - "#40a02b"
unstagedChangesColor: unstagedChangesColor:
- '#d20f39' - "#d20f39"
defaultFgColor: defaultFgColor:
- '#4c4f69' - "#4c4f69"
searchingActiveBorderColor: searchingActiveBorderColor:
- '#df8e1d' - "#df8e1d"
authorColors: authorColors:
'*': '#7287fd' "*": "#7287fd"

View File

@@ -1 +1 @@
gitmux_v0.11.2 gitmux_v0.11.4

Binary file not shown.

BIN
bin/linux/gitmux_v0.11.4 Executable file

Binary file not shown.

View File

@@ -1,7 +1,5 @@
{ {
"extras": [ "extras": [
"lazyvim.plugins.extras.ai.copilot",
"lazyvim.plugins.extras.ai.copilot-chat",
"lazyvim.plugins.extras.coding.mini-surround", "lazyvim.plugins.extras.coding.mini-surround",
"lazyvim.plugins.extras.dap.core", "lazyvim.plugins.extras.dap.core",
"lazyvim.plugins.extras.formatting.prettier", "lazyvim.plugins.extras.formatting.prettier",
@@ -23,4 +21,4 @@
"NEWS.md": "10960" "NEWS.md": "10960"
}, },
"version": 8 "version": 8
} }