Compare commits

..

No commits in common. "ec4b928a8bb160934fc9439e2a79707639a9f018" and "a941ff9437502c98abd2317436ebeb28544eb71d" have entirely different histories.

10 changed files with 2 additions and 14 deletions

View File

@ -1 +0,0 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA6kT1StOnTqzAsHrfD2hYseT0NNn4jmWWr/QOIAqFhQ inkch@arch

View File

@ -1 +0,0 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFi+/1XAFLuDHP7poYvCHDNU0WxWc3PJVJJdFe+CoPTN inkch@kuro

View File

@ -1 +0,0 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFPsBbiLijh2XF6ZQqegMxDLBBGWjwBeUV1OslsZEf8M inkch@devo

View File

@ -1 +0,0 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHEJJRR2LJUZRw/ACfz4dlKmNj6481E+XBNAAr9qp4Kf inkch@arch@emergency1

View File

@ -1 +0,0 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMfXbU51hUJ8gfA85ICQobXFgC7WuhyIlVAblGkksifz inkch@arch@emergency2

View File

@ -1 +0,0 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIIBNlGgKihZ/TKCbc4uMcxfoiZUwADBq0fm/vGOrhoJ admin@rpi4

View File

@ -2,7 +2,7 @@
command = "nvim" command = "nvim"
[diff] [diff]
pager = "delta" command = "delta"
[merge] [merge]
command = "nvim" command = "nvim"

View File

@ -2,6 +2,7 @@
# https://www.chezmoi.io/reference/special-files-and-directories/chezmoiignore/ # https://www.chezmoi.io/reference/special-files-and-directories/chezmoiignore/
README.md README.md
key.txt.age
.bashrc .bashrc
{{- if ne .chezmoi.osRelease.id "arch" }} {{- if ne .chezmoi.osRelease.id "arch" }}

View File

@ -1,7 +0,0 @@
#!/bin/sh
if [ ! -f "${HOME}/.config/chezmoi/key.txt" ]; then
mkdir -p "${HOME}/.config/chezmoi"
chezmoi age decrypt --output "${HOME}/.config/chezmoi/key.txt" --passphrase "{{ .chezmoi.sourceDir }}/.assets/key.txt.age"
chmod 600 "${HOME}/.config/chezmoi/key.txt"
fi