add totoro config
This commit is contained in:
parent
e809692db9
commit
8697e9e6f1
@ -1,4 +1,4 @@
|
||||
import = ["~/.config/alacritty/theme.toml"]
|
||||
general.import = ["~/.config/alacritty/theme.toml"]
|
||||
|
||||
[cursor]
|
||||
style = "Block"
|
||||
|
@ -1,4 +1,4 @@
|
||||
import = [
|
||||
general.import = [
|
||||
"~/.config/alacritty/oceanic_next.toml",
|
||||
"~/.config/alacritty/config.toml"
|
||||
]
|
||||
|
8
scripts/machine-specific-zsh/totoro.zsh
Normal file
8
scripts/machine-specific-zsh/totoro.zsh
Normal 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
|
Loading…
Reference in New Issue
Block a user