Compare commits
No commits in common. "fdc58d1328d0ecf8683c56d742d679a2d1c97252" and "2adeb96fa935846ceb3667d4118ddccea889fd71" have entirely different histories.
fdc58d1328
...
2adeb96fa9
2 changed files with 10 additions and 19 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
GIT_DIR="${HOME}/stuff/notes"
|
||||
# notes
|
||||
fn add
|
||||
notify-send "fieldnotes" "$(git -C $GIT_DIR commit -m ":memo:" -- notes)"
|
||||
notes
|
||||
notify-send "$(git -C $GIT_DIR commit -m ":memo:" -- notes)"
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
git:
|
||||
# see ~/.config/git/config
|
||||
branchLogCmd: "git l --color=always"
|
||||
allBranchesLogCmd: "git log --color=always"
|
||||
branchLogCmd: "git l"
|
||||
paging:
|
||||
colorArg: always
|
||||
pager: delta --dark --paging=never
|
||||
|
@ -14,7 +13,7 @@ customCommands:
|
|||
context: "files"
|
||||
|
||||
gui:
|
||||
nerdFontsVersion: "3"
|
||||
nerdFontsVersion: 3
|
||||
showIcons: true
|
||||
showFileTree: true
|
||||
# https://github.com/catppuccin/lazygit/blob/main/themes/mocha/rosewater.yml
|
||||
|
@ -24,26 +23,19 @@ gui:
|
|||
- bold
|
||||
inactiveBorderColor:
|
||||
- '#a6adc8'
|
||||
searchingActiveBorderColor:
|
||||
- '#f9e2af'
|
||||
optionsTextColor:
|
||||
- '#89b4fa'
|
||||
selectedLineBgColor:
|
||||
- '#313244'
|
||||
cherryPickedCommitFgColor:
|
||||
- '#f5e0dc'
|
||||
cherryPickedCommitBgColor:
|
||||
- '#45475a'
|
||||
cherryPickedCommitFgColor:
|
||||
- '#f5e0dc'
|
||||
unstagedChangesColor:
|
||||
- '#f38ba8'
|
||||
defaultFgColor:
|
||||
- '#cdd6f4'
|
||||
#
|
||||
# # Foreground color of marked base commit (for rebase)
|
||||
# markedBaseCommitFgColor:
|
||||
# - blue
|
||||
# # Background color of marked base commit (for rebase)
|
||||
# markedBaseCommitBgColor:
|
||||
# - yellow
|
||||
|
||||
|
||||
searchingActiveBorderColor:
|
||||
- '#f9e2af'
|
||||
authorColors:
|
||||
'*': '#b4befe'
|
||||
|
|
Loading…
Reference in a new issue