g4m3r changes

This commit is contained in:
Hunter Haugen 2025-03-07 09:01:41 -08:00
parent 5b02259b30
commit 4bd342b207
Signed by: hunner
GPG key ID: EF99694AA599DDAD
4 changed files with 21 additions and 1 deletions

View file

@ -137,6 +137,7 @@ lvim.plugins = {
},
{ "tpope/vim-rhubarb" },
{ "rodjek/vim-puppet" },
{ "hunner/vim-beancount" },
{ "simnalamburt/vim-mundo" },
{
"ethanholz/nvim-lastplace",

View file

@ -527,5 +527,13 @@ nmap <silent> gy <Plug>(coc-type-definition)
nmap <silent> gi <Plug>(coc-implementation)
nmap <silent> gr <Plug>(coc-references)
" beancount macros
au BufReadPost,BufNewFile *.beancount
\ let @f = 'joExpenses:Megs:Foodjj0zz' |
\ let @o = 'joExpenses:Megs:Otherjj0zz' |
\ let @p = 'joExpenses:Needs:Petroljj0zz' |
\ let @b = 'joAssets:ZeroSum:BankTransferjj0zz' |
\ let @w = 'kkkkA #wrong-cardjjjj'
" Use K to show documentation in preview window
nnoremap <silent> K :call ShowDocumentation()<CR>

View file

@ -2,6 +2,9 @@ default-cache-ttl 3600
max-cache-ttl 3600
enable-ssh-support
#disable-scdaemon
pinentry-program /usr/local/bin/pinentry-mac
#pinentry-program /usr/sbin/pinentry-curses
#pinentry-program /opt/homebrew/bin/pinentry-mac
#pinentry-program /usr/bin/pinentry-curses
pinentry-program /Users/haugenh1/.gnupg/pinentry-ide.sh
#extra-socket /Users/hunner/.gnupg/S.gpg-agent.extra

10
.zshrc
View file

@ -80,6 +80,14 @@ if test -d /etc/profile.d/; then
done
unset profile
fi
# bison for beancount 3
if [ -d /usr/local/opt/bison/bin ] ; then
export PATH=/usr/local/opt/bison/bin:$PATH
export LDFLAGS="-L/usr/local/opt/bison/lib"
fi
# for latex
eval "$(/usr/libexec/path_helper)"
#gem's path
if [ -d ~/.gems/bin ] ; then
export PATH="$HOME/.gems/bin:$PATH"
@ -378,7 +386,7 @@ fi
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/home/hunner/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/home/hunner/Downloads/google-cloud-sdk/path.zsh.inc'; fi
eval "$(/opt/homebrew/bin/brew shellenv)"
#eval "$(/opt/homebrew/bin/brew shellenv)"
# For 1.25 gke auth update
export USE_GKE_GCLOUD_AUTH_PLUGIN=True