Add git config and several pkgs

I've added the config to symlink my dotfiles .git like I used to do with
stow.
This commit is contained in:
J. Fernando Sánchez
2026-02-05 10:44:47 +01:00
parent 1dd84eb214
commit 6cc37ee562
8 changed files with 85 additions and 17 deletions

View File

@@ -0,0 +1,15 @@
customCommands:
# - key: "m"
# description: "Merge (noff, nocommit)"
# command: "git merge --no-ff --no-commit {{.SelectedBranch}}"
# context: "localBranches"
# output: terminal
- key: "m"
description: "Merge (noff, nocommit)"
command: "git merge --no-ff --no-commit {{.SelectedLocalBranch.Name}}"
context: "localBranches"
output: terminal
#keybindings:
# branches:
# merge: "m" # make the UI “Merge” use our custom command