Added keyring

This commit is contained in:
Tibo De Peuter 2022-10-27 22:49:10 +02:00
parent ce0386cb0b
commit b0f4afbde0
2 changed files with 16 additions and 0 deletions

View file

@ -21,6 +21,11 @@ package_tdpeuter-base() {
bluez bluez-utils networkmanager bluez bluez-utils networkmanager
) )
# Keyring
depends+=(
keychain
)
} }
package_tdpeuter-dev() { package_tdpeuter-dev() {

11
stow/bash/.bashrc Normal file
View file

@ -0,0 +1,11 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
eval $( keychain --eval --quiet ~/.ssh/id_ed25519 )