4eb93b7640
Dotfiles managed with GNU Stow: Hyprland (Lua config), Neovim, zsh, tmux, ghostty, alacritty, waybar, yazi, lazygit, herdr, Claude Code. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
732 B
732 B
Secrets
Keyring
TLDR
Using gnome-keyring and secret-tool store --label="Github Token" key github. Enter password/token/secret.
Retrieve with: secret-tool lookup key github
Set as local ENV: local VAULT_TOKEN=$(secret-tool lookup key vault)
Set as .zshrc: export VAULT_TOKEN=$(secret-tool lookup key vault)
There is a GUI available seahorse.
ZSH
- Argument expansion
- Zinit - "Package manager for zsh"