Add bitwarden based encryption and ssh key managment

This commit is contained in:
2025-01-22 01:01:15 -04:00
parent 70d7dcc23a
commit c1fb24558a
12 changed files with 69 additions and 0 deletions

View File

@ -5,6 +5,8 @@
eval "$(zoxide init bash)"
eval "$(packwiz completion bash)"
eval "$(chezmoi completion bash)"
eval "$(gh completion --shell bash)"
eval "$(rbw gen-completion bash)"
# Set aliases
alias ls="exa --icons --long"