cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
2ccdcfbbd7684d90d650fa27e935fb6983147d6d
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-03-04T04:13:49Z
common/doom/.config/doom/init.el | 1 + common/gnupg/.gnupg/gpg-agent.conf | 1 + common/zsh/.zshrc | 1 + 3 files changed, 3 insertions(+) @@ -66,6 +66,7 @@ :lang data ; config/data formats emacs-lisp ; drown in parentheses + go json ; At least it ain't XML javascript ; all(hope(abandon(ye(who(enter(here)))))) markdown ; writing docs for people to ignore @@ -1,2 +1,3 @@ pinentry-program /usr/bin/pinentry-curses allow-loopback-pinentry +pinentry-program /opt/homebrew/bin/pinentry-mac @@ -64,6 +64,7 @@ HISTSIZE=30000 SAVEHIST=30000 setopt SHARE_HISTORY setopt HIST_IGNORE_ALL_DUPS +setopt HIST_IGNORE_SPACE setopt HIST_REDUCE_BLANKS # ==============================================================================