dotpatina 1.6.0

dotpatina is a rust application for managing system dotfiles and configuration
1
2
3
4
5
6
7
8
9
10
11
12
13
gui:
  showBottomLine: false
  showCommandLog: false
  showPanelJumps: false
  border: rounded
  showNumstatInFilesView: true

customCommands:
  - key: "U"
    command: "git submodule update --init --recursive"
    context: "files, localBranches, status"
    description: "Update submodules"
    stream: true