Compare commits
No commits in common. "0e91219d9a4ac3f11ec23138d3a5ab89a5c6cec7" and "4de2b92b25f8f805292684157a4f3a45c4537466" have entirely different histories.
0e91219d9a
...
4de2b92b25
|
@ -3,7 +3,6 @@ keys:
|
||||||
- &htran age1jw958shpwu7st8sc4z0fufuswmfpxfc9wl3df9g3f3y57m45j92syr0mng
|
- &htran age1jw958shpwu7st8sc4z0fufuswmfpxfc9wl3df9g3f3y57m45j92syr0mng
|
||||||
- &bao age1umzkd4k0xt6uv5de85fpc4uztrph86nsd79h5f8cpuvtpy8n6adss7q2fv
|
- &bao age1umzkd4k0xt6uv5de85fpc4uztrph86nsd79h5f8cpuvtpy8n6adss7q2fv
|
||||||
- &root_bao age1vx7e6vz9zptwqd0cakjj8erqv58cstddama8zcrppc36rqqmlvjs53x9u0
|
- &root_bao age1vx7e6vz9zptwqd0cakjj8erqv58cstddama8zcrppc36rqqmlvjs53x9u0
|
||||||
- &htran1 age1vkd39dmrft3uk5wnfqppharn38dhrh78ev6pl85u005jhcge5e9qz4lt79
|
|
||||||
creation_rules:
|
creation_rules:
|
||||||
- path_regex: .*
|
- path_regex: .*
|
||||||
key_groups:
|
key_groups:
|
||||||
|
@ -12,5 +11,4 @@ creation_rules:
|
||||||
- *htran-mbp
|
- *htran-mbp
|
||||||
- *bao
|
- *bao
|
||||||
- *root_bao
|
- *root_bao
|
||||||
- *htran1
|
|
||||||
|
|
||||||
|
|
15
README.md
15
README.md
|
@ -57,19 +57,4 @@ text-editor agnostically.
|
||||||
- Templates: `zk/templates/`
|
- Templates: `zk/templates/`
|
||||||
- Command: `ln -s $PWD/zk/templates ~/.config/zk/templates`
|
- Command: `ln -s $PWD/zk/templates ~/.config/zk/templates`
|
||||||
|
|
||||||
## Troubleshoots
|
|
||||||
|
|
||||||
### My MacOS just updated, `nix` is no-longer here
|
|
||||||
|
|
||||||
- An easy fix is to add the following to the **bottom** of `/etc/zshrc`
|
|
||||||
|
|
||||||
```sh
|
|
||||||
# Nix
|
|
||||||
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
|
|
||||||
. '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
|
|
||||||
fi
|
|
||||||
# End Nix
|
|
||||||
```
|
|
||||||
|
|
||||||
- Otherwise, consult [`gh-gist:meeech/a_help-osx-borked-my-nix.md`](https://gist.github.com/meeech/0b97a86f235d10bc4e2a1116eec38e7e)
|
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
# shell scripts
|
# shell scripts
|
||||||
pkgs.rust4cargo
|
pkgs.rust4cargo
|
||||||
pkgs.sops
|
pkgs.sops
|
||||||
pkgs.ssh-to-age
|
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
|
Loading…
Reference in New Issue