Compare commits
No commits in common. "3751cea01836e225402b588d87418dbb627f7266" and "70fcbdabd4b1e6ef5f3af2dc51fcf64777ebb0cb" have entirely different histories.
3751cea018
...
70fcbdabd4
|
@ -1,3 +1,12 @@
|
|||
{{- if ne .include_ssh_keys "true" }}
|
||||
.config/bash/gitea.sh
|
||||
.ssh/gitea
|
||||
.ssh/gitea.pub
|
||||
.ssh/selfhosted
|
||||
.ssh/selfhosted.pub
|
||||
.ssh/github
|
||||
.ssh/github.pub
|
||||
{{- end }}
|
||||
{{- if not (contains "microsoft" .chezmoi.kernel.osrelease) }}
|
||||
.config/bash/ssh-agent.sh
|
||||
.config/bash/xhost.sh
|
||||
|
|
|
@ -11,14 +11,6 @@ bw login
|
|||
echo "export BW_SESSION=$(bw unlock --raw)" > "$HOME/.config/bash/bitwarden.sh"
|
||||
source "$HOME/.config/bash/bitwarden.sh"
|
||||
bw sync
|
||||
bw get attachment b0b0262ab221403d91ef --itemid b4c098e4-88a1-4b41-819c-cedc90088de0 --output ~/.ssh/github
|
||||
bw get attachment 2731fbaa949e3d6477e7 --itemid b4c098e4-88a1-4b41-819c-cedc90088de0 --output ~/.ssh/github.pub
|
||||
bw get attachment c29bed4bb96410e1d50b --itemid b4c098e4-88a1-4b41-819c-cedc90088de0 --output ~/.ssh/gitea
|
||||
bw get attachment ac30a1167c11c2a9a2c0 --itemid b4c098e4-88a1-4b41-819c-cedc90088de0 --output ~/.ssh/gitea.pub
|
||||
bw get attachment 56706aa722971d4bc030 --itemid b4c098e4-88a1-4b41-819c-cedc90088de0 --output ~/.ssh/selfhosted
|
||||
bw get attachment 9b882f99ef5abce6fb85 --itemid b4c098e4-88a1-4b41-819c-cedc90088de0 --output ~/.ssh/selfhosted.pub
|
||||
chmod 700 ~/.ssh
|
||||
chmod 600 ~/.ssh/*
|
||||
```
|
||||
|
||||
# Kitty
|
||||
|
|
|
@ -22,12 +22,30 @@
|
|||
|
||||
[delta]
|
||||
line-numbers = true
|
||||
line-numbers-zero-style = white
|
||||
line-numbers-minus-style = bold red
|
||||
line-numbers-plus-style = bold green
|
||||
# author: https://github.com/dandavison
|
||||
light = true
|
||||
pink = "#ffe0e0"
|
||||
dark-pink = "#ffc0c0"
|
||||
green = "#d0ffd0"
|
||||
dark-green = "#a0efa0"
|
||||
dark-green-2 = "#067a00"
|
||||
minus-style = normal hoopoe.pink
|
||||
minus-emph-style = normal hoopoe.dark-pink
|
||||
minus-non-emph-style = minus-style
|
||||
plus-style = syntax hoopoe.green
|
||||
plus-emph-style = syntax hoopoe.dark-green
|
||||
plus-non-emph-style = plus-style
|
||||
minus-empty-line-marker-style = minus-style
|
||||
plus-empty-line-marker-style = plus-style
|
||||
commit-decoration-style = blue ol
|
||||
commit-style = raw
|
||||
file-style = omit
|
||||
hunk-header-style = file
|
||||
syntax-theme = base16
|
||||
hunk-header-decoration-style = blue box
|
||||
hunk-header-file-style = red
|
||||
hunk-header-line-number-style = hoopoe.dark-green-2
|
||||
hunk-header-style = file #line-number syntax
|
||||
syntax-theme = GitHub
|
||||
zero-style = syntax
|
||||
|
||||
[rebase]
|
||||
autoStash = true
|
||||
|
|
Loading…
Reference in New Issue