]> git.sev.monster Git - dotfiles.git/commit - install.sh
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>
Tue, 23 Feb 2021 10:26:35 +0000 (04:26 -0600)
commitb133dc9212c5d15d32757135d46d28481bffac4f
tree10d03d336bc7aa91eaabd382af4d900c1411777b
parent30cffb9546e2e00f1dad83344bae014b1ad594c6
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.039575 seconds and 4 git commands to generate.