Compare commits

..

No commits in common. "fdc58d1328d0ecf8683c56d742d679a2d1c97252" and "2adeb96fa935846ceb3667d4118ddccea889fd71" have entirely different histories.

2 changed files with 10 additions and 19 deletions

View file

@ -1,7 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
GIT_DIR="${HOME}/stuff/notes" GIT_DIR="${HOME}/stuff/notes"
# notes notes
fn add notify-send "$(git -C $GIT_DIR commit -m ":memo:" -- notes)"
notify-send "fieldnotes" "$(git -C $GIT_DIR commit -m ":memo:" -- notes)"

View file

@ -1,7 +1,6 @@
git: git:
# see ~/.config/git/config # see ~/.config/git/config
branchLogCmd: "git l --color=always" branchLogCmd: "git l"
allBranchesLogCmd: "git log --color=always"
paging: paging:
colorArg: always colorArg: always
pager: delta --dark --paging=never pager: delta --dark --paging=never
@ -14,7 +13,7 @@ customCommands:
context: "files" context: "files"
gui: gui:
nerdFontsVersion: "3" nerdFontsVersion: 3
showIcons: true showIcons: true
showFileTree: true showFileTree: true
# https://github.com/catppuccin/lazygit/blob/main/themes/mocha/rosewater.yml # https://github.com/catppuccin/lazygit/blob/main/themes/mocha/rosewater.yml
@ -24,26 +23,19 @@ gui:
- bold - bold
inactiveBorderColor: inactiveBorderColor:
- '#a6adc8' - '#a6adc8'
searchingActiveBorderColor:
- '#f9e2af'
optionsTextColor: optionsTextColor:
- '#89b4fa' - '#89b4fa'
selectedLineBgColor: selectedLineBgColor:
- '#313244' - '#313244'
cherryPickedCommitFgColor:
- '#f5e0dc'
cherryPickedCommitBgColor: cherryPickedCommitBgColor:
- '#45475a' - '#45475a'
cherryPickedCommitFgColor:
- '#f5e0dc'
unstagedChangesColor: unstagedChangesColor:
- '#f38ba8' - '#f38ba8'
defaultFgColor: defaultFgColor:
- '#cdd6f4' - '#cdd6f4'
# searchingActiveBorderColor:
# # Foreground color of marked base commit (for rebase) - '#f9e2af'
# markedBaseCommitFgColor: authorColors:
# - blue '*': '#b4befe'
# # Background color of marked base commit (for rebase)
# markedBaseCommitBgColor:
# - yellow