Compare commits
3 Commits
70fcbdabd4
...
3751cea018
Author | SHA1 | Date |
---|---|---|
|
3751cea018 | |
|
5137388501 | |
|
a6b76e17c5 |
|
@ -1,12 +1,3 @@
|
||||||
{{- 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) }}
|
{{- if not (contains "microsoft" .chezmoi.kernel.osrelease) }}
|
||||||
.config/bash/ssh-agent.sh
|
.config/bash/ssh-agent.sh
|
||||||
.config/bash/xhost.sh
|
.config/bash/xhost.sh
|
||||||
|
|
|
@ -11,6 +11,14 @@ bw login
|
||||||
echo "export BW_SESSION=$(bw unlock --raw)" > "$HOME/.config/bash/bitwarden.sh"
|
echo "export BW_SESSION=$(bw unlock --raw)" > "$HOME/.config/bash/bitwarden.sh"
|
||||||
source "$HOME/.config/bash/bitwarden.sh"
|
source "$HOME/.config/bash/bitwarden.sh"
|
||||||
bw sync
|
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
|
# Kitty
|
||||||
|
|
|
@ -22,30 +22,12 @@
|
||||||
|
|
||||||
[delta]
|
[delta]
|
||||||
line-numbers = true
|
line-numbers = true
|
||||||
# author: https://github.com/dandavison
|
line-numbers-zero-style = white
|
||||||
light = true
|
line-numbers-minus-style = bold red
|
||||||
pink = "#ffe0e0"
|
line-numbers-plus-style = bold green
|
||||||
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
|
file-style = omit
|
||||||
hunk-header-decoration-style = blue box
|
hunk-header-style = file
|
||||||
hunk-header-file-style = red
|
syntax-theme = base16
|
||||||
hunk-header-line-number-style = hoopoe.dark-green-2
|
|
||||||
hunk-header-style = file #line-number syntax
|
|
||||||
syntax-theme = GitHub
|
|
||||||
zero-style = syntax
|
|
||||||
|
|
||||||
[rebase]
|
[rebase]
|
||||||
autoStash = true
|
autoStash = true
|
||||||
|
|
Loading…
Reference in New Issue