]> git.sev.monster Git - dotfiles.git/commit
update zsh, X, gpg config; add ssh config, gpg bin
authorsev <git@sev.monster>
Tue, 23 Feb 2021 07:54:28 +0000 (01:54 -0600)
committersev <git@sev.monster>
Fri, 5 Apr 2024 21:27:40 +0000 (16:27 -0500)
commitd569f3f7ac829693addfdc8ed656e70d80d7d467
tree10d03d336bc7aa91eaabd382af4d900c1411777b
parent8650c486663161fc96e7aa837709971b8a02359d
update zsh, X, gpg config; add ssh config, gpg bin

significant changes:
 - gpg socket and ssh agents are now automatically forwarded
 - big zsh refactor with better gpg and ssh agent support, and better keybinds

Xresources:
 - fix Xft

gitconfig:
 - set default branch to master

xinitrc:
 - remove outdated code to source site local/system scripts, that should
   not be our problem
 - load xrdb/xmodmap sooner
 - fix gnu find opt ordering
 - move ssh-agent to zsh startup
 - suppress test urxvtc output

zsh:
 - move PATH, FPATH, LANG, XDG, ~/tmp to zshenv
 - shim /etc/zprofile changing path in .zprofile
 - move .zshrc contents to .zprofile
 - replace magic functions with add-zsh-hook and add-zle-hook-widget
 - automate bindkey with zkbd and terminfo

bin:
 - add gpg-learn-keys for scd
 - fix pinentry

gpg:
 - disable throw-keyids, this breaks other stuff

install.sh:
 - do not run .zprofile
 - add .ssh folder support

ssh:
 - add config
12 files changed:
base/.Xresources
base/.gitconfig
base/.xinitrc
base/.zprofile
base/.zsh/functions/Prompts/prompt_arrows_setup
base/.zshenv
base/.zshrc
bin/gpg-learn-keys [new file with mode: 0755]
bin/pinentry
gpg/gpg.conf
install.sh
ssh/config [new file with mode: 0644]
This page took 0.040493 seconds and 4 git commands to generate.