age: add nibble recipient, rekey secrets
This commit is contained in:
parent
e6b148e059
commit
0a1f58dc5d
4 changed files with 58 additions and 15 deletions
|
|
@ -4,6 +4,19 @@
|
|||
# Sync source: https://git.melonbread.xyz/rain/gnu-plus-dotfiles
|
||||
# =============================================================================
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# PATH (auto-deduplicated)
|
||||
# ---------------------------------------------------------------------------
|
||||
typeset -U path
|
||||
path=(
|
||||
{{- if not (not (stat "/opt/rocm/bin")) }}
|
||||
/opt/rocm/bin # ROCm tools first (rocminfo, rocm-smi, amd-smi, hipcc, etc.)
|
||||
{{- end }}
|
||||
$HOME/.local/bin
|
||||
$HOME/.bin
|
||||
$path
|
||||
)
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Oh My Zsh
|
||||
# ---------------------------------------------------------------------------
|
||||
|
|
@ -25,7 +38,7 @@ plugins=(
|
|||
fzf-tab # navigable Tab completion menu
|
||||
zsh-syntax-highlighting # fish-style live colors — MUST be near last
|
||||
zsh-history-substring-search # fish-style Up/Down history search
|
||||
zsh-autosuggestions # fish-style ghost completions — MUST be last
|
||||
deja # predictive ghost completions — MUST be last (replaces zsh-autosuggestions)
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -85,18 +98,6 @@ export TMUX_PLUGIN_MANAGER_PATH=~/.tmux/plugins/tpm
|
|||
# Debian: ROCm only relevant if you install it. Leave default until needed.
|
||||
{{ end -}}
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# PATH (auto-deduplicated)
|
||||
# ---------------------------------------------------------------------------
|
||||
typeset -U path
|
||||
path=(
|
||||
{{- if not (not (stat "/opt/rocm/bin")) }}
|
||||
/opt/rocm/bin # ROCm tools first (rocminfo, rocm-smi, amd-smi, hipcc, etc.)
|
||||
{{- end }}
|
||||
$HOME/.local/bin
|
||||
$HOME/.bin
|
||||
$path
|
||||
)
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Aliases — common + OS-specific
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue