add totoro config

This commit is contained in:
Elizabeth Hunt 2024-11-03 13:28:13 -08:00
parent e809692db9
commit 8697e9e6f1
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE
4 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import = ["~/.config/alacritty/theme.toml"] general.import = ["~/.config/alacritty/theme.toml"]
[cursor] [cursor]
style = "Block" style = "Block"

View File

@ -1,4 +1,4 @@
import = [ general.import = [
"~/.config/alacritty/oceanic_next.toml", "~/.config/alacritty/oceanic_next.toml",
"~/.config/alacritty/config.toml" "~/.config/alacritty/config.toml"
] ]

View File

@ -0,0 +1,8 @@
unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi
export GPG_TTY=$(tty)
gpg-connect-agent updatestartuptty /bye >/dev/null
eval "$(zoxide init zsh)"

@ -1 +1 @@
Subproject commit 1821e8d5289c2875d8af7654604251e717357242 Subproject commit 9fc402499bd5d768141585e271c899c5fd3c3a77